parent
5361f9e82e
commit
cbd8e37e8e
9 changed files with 381 additions and 81 deletions
20
Pipfile
Normal file
20
Pipfile
Normal file
|
@ -0,0 +1,20 @@
|
|||
[[source]]
|
||||
name = "pypi"
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
coverage = "*"
|
||||
releases = "*"
|
||||
Sphinx = "*"
|
||||
|
||||
[packages]
|
||||
amqp = "*"
|
||||
anyjson = "*"
|
||||
celery = "*"
|
||||
kombu = "*"
|
||||
pytz = "*"
|
||||
redis = "*"
|
||||
|
||||
[requires]
|
||||
python_version = "3.7"
|
Loading…
Add table
Add a link
Reference in a new issue