ca16a9be8b
Bumps [starlette](https://github.com/encode/starlette) from 0.12.8 to 0.12.9. - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](https://github.com/encode/starlette/compare/0.12.8...0.12.9) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
37 lines
650 B
TOML
37 lines
650 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"
|
|
test-fix = "bash ./scripts/test-fix.sh"
|
|
test = "bash ./scripts/test.sh"
|
|
|
|
[pipenv]
|
|
allow_prereleases = true
|
|
|
|
[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"
|