33 lines
530 B
TOML
33 lines
530 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 = "*"
|
|
|
|
[requires]
|
|
python_version = "3.5"
|
|
|
|
[scripts]
|
|
start = "python3 -m actioner"
|
|
test-fix = "bash ./scripts/test-fix.sh"
|
|
test = "bash ./scripts/test.sh"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|
|
|
|
[packages]
|
|
aiohttp = "*"
|
|
apscheduler = "*"
|
|
pygithub = "*"
|
|
aiohttp-basicauth = "*"
|
|
todoist-python = "*"
|
|
sentry-sdk = "*"
|