Switch dependency management to Pipenv

This commit is contained in:
Jan Dittberner 2020-03-04 17:55:03 +01:00
parent f831b22984
commit acf2b171a9
9 changed files with 400 additions and 77 deletions

21
Pipfile Normal file
View file

@ -0,0 +1,21 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
coverage = "*"
releases = "*"
Sphinx = "*"
[packages]
amqp = "*"
anyjson = "*"
celery = "*"
kombu = "*"
psycopg2 = "*"
pytz = "*"
redis = "*"
[requires]
python_version = "3.7"