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
dependabot-preview[bot] ca16a9be8b
Bump starlette from 0.12.8 to 0.12.9
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>
2019-09-03 06:42:36 +00:00

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"