Jan Dittberner
d35fd33b3f
- Update documentation - Add Pipfile and Pipfile.lock to allow using pipenv - Update development URLs - Bump copyright years
22 lines
296 B
TOML
22 lines
296 B
TOML
[[source]]
|
|
name = "pypi"
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
|
|
[dev-packages]
|
|
bpython = "*"
|
|
coverage = "*"
|
|
sqlparse = "*"
|
|
releases = "*"
|
|
Sphinx = "<1.6"
|
|
|
|
[packages]
|
|
amqp = "*"
|
|
anyjson = "*"
|
|
billiard = "*"
|
|
celery = "<4"
|
|
pytz = "*"
|
|
mysqlclient = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|