Use pipenv for dependency management
This commit is contained in:
parent
ef0d7f0d5b
commit
ad807eb20d
2 changed files with 306 additions and 0 deletions
19
Pipfile
Normal file
19
Pipfile
Normal file
|
@ -0,0 +1,19 @@
|
|||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
coverage = "*"
|
||||
releases = "*"
|
||||
Sphinx = "*"
|
||||
|
||||
[packages]
|
||||
amqp = "*"
|
||||
anyjson = "*"
|
||||
celery = "*"
|
||||
kombu = "*"
|
||||
pytz = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
Loading…
Add table
Add a link
Reference in a new issue