21 lines
294 B
Text
21 lines
294 B
Text
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
pyotp==2.3.0
|
||
|
python-decouple==3.1
|
||
|
requests=="2.21.0"
|
||
|
flask = "*"
|
||
|
flask-restful = "*"
|
||
|
etcd3 = "*"
|
||
|
gunicorn = "*"
|
||
|
bitmath = "*"
|
||
|
pylint = "*"
|
||
|
transitions = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|