40 lines
668 B
TOML
40 lines
668 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
flake8 = "*"
|
|
mypy = "*"
|
|
isort = "*"
|
|
nose2 = "*"
|
|
flake8-comprehensions = "*"
|
|
flake8-mutable = "*"
|
|
flake8-print = "*"
|
|
flake8-tuple = "*"
|
|
black = "*"
|
|
ipython = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|
|
|
|
[scripts]
|
|
start = "python3 -m actioner start"
|
|
actioner = "python3 -m actioner"
|
|
test-fix = "bash ./scripts/test-fix.sh"
|
|
test = "bash ./scripts/test.sh"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|
|
|
|
[packages]
|
|
apscheduler = "*"
|
|
pygithub = "*"
|
|
todoist-python = "*"
|
|
sentry-sdk = "*"
|
|
python-dateutil = "*"
|
|
starlette = "*"
|
|
uvicorn = "*"
|
|
starlette-auth-toolkit = "*"
|
|
sentry-asgi = "*"
|
|
click = "*"
|