archive
/
actioner
Archived
1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
actioner/Pipfile

41 lines
668 B
TOML
Raw Permalink Normal View History

2019-02-14 13:05:43 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-02-14 13:35:39 +00:00
flake8 = "*"
mypy = "*"
isort = "*"
2019-02-16 21:17:52 +00:00
nose2 = "*"
2019-02-16 21:20:14 +00:00
flake8-comprehensions = "*"
flake8-mutable = "*"
flake8-print = "*"
flake8-tuple = "*"
2019-02-22 22:36:17 +00:00
black = "*"
ipython = "*"
2019-02-14 13:05:43 +00:00
[requires]
python_version = "3.7"
2019-02-14 13:19:16 +00:00
[scripts]
2019-09-19 08:52:36 +01:00
start = "python3 -m actioner start"
actioner = "python3 -m actioner"
2019-02-14 13:35:39 +00:00
test-fix = "bash ./scripts/test-fix.sh"
test = "bash ./scripts/test.sh"
[pipenv]
allow_prereleases = true
2019-02-14 14:27:04 +00:00
[packages]
apscheduler = "*"
pygithub = "*"
todoist-python = "*"
sentry-sdk = "*"
python-dateutil = "*"
starlette = "*"
uvicorn = "*"
starlette-auth-toolkit = "*"
sentry-asgi = "*"
2019-09-19 08:52:36 +01:00
click = "*"