2019-06-24 15:46:06 +05:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-08-28 20:21:41 +05:00
|
|
|
prospector = "*"
|
2019-06-24 15:46:06 +05:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
pyotp = "*"
|
|
|
|
python-decouple = "*"
|
|
|
|
requests = "*"
|
|
|
|
flask = "*"
|
|
|
|
flask-restful = "*"
|
2019-06-24 22:14:45 +05:00
|
|
|
etcd3 = "*"
|
2019-07-02 12:45:13 +05:00
|
|
|
gunicorn = "*"
|
2019-07-11 13:34:21 +05:00
|
|
|
bitmath = "*"
|
2019-07-18 17:10:17 +05:00
|
|
|
pylint = "*"
|
2019-07-30 20:45:05 +05:00
|
|
|
transitions = "*"
|
2019-06-24 15:46:06 +05:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.7"
|