Pipfile 276 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pubsubpy = "*"
pika = "*"
pyrabbit = "*"
flask = "*"
flask-restful = "*"
marshmallow = "*"
13
bson = "*"
14
flask-cors = "*"
15
cryptography = "*"
16 17 18 19 20

[dev-packages]

[requires]
python_version = "3.8"