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

35 lines
542 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 = "*"
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]
aiohttp = "*"
2019-02-14 19:37:17 +00:00
apscheduler = "*"
pygithub = "*"
2019-02-14 20:14:27 +00:00
aiohttp-basicauth = "*"
2019-02-14 20:27:09 +00:00
todoist-python = "*"
2019-02-17 17:14:17 +00:00
sentry-sdk = "*"