uotp/Pipfile

22 lines
390 B
Text
Raw Normal View History

2019-10-07 22:13:42 +05:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-10-08 23:07:28 +05:00
pep8 = "*"
pycodestyle = "*"
2019-10-07 22:13:42 +05:00
[packages]
flask = "*"
flask-restful = "*"
etcd3-wrapper-wip = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
python-decouple = "*"
requests = "*"
pyotp = "*"
2019-10-08 23:07:28 +05:00
pytest = "*"
2019-11-20 14:46:36 +05:00
click = "*"
2019-10-07 22:13:42 +05:00
[requires]
python_version = "3.5"