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

39 lines
674 B
TOML
Raw 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-02-14 14:27:04 +00:00
start = "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 = "==3.6.1"
pygithub = "==1.43.8"
todoist-python = "==8.0.0"
sentry-sdk = "==0.11.2"
python-dateutil = "==2.8.0"
starlette = "==0.12.9"
uvicorn = "==0.8.6"
starlette-auth-toolkit = "==0.5.0"
2019-09-03 08:53:08 +01:00
sentry-asgi = "==0.2.0"