uotp/Pipfile

20 lines
360 B
Text
Raw Normal View History

2019-10-07 17:13:42 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-10-08 18:07:28 +00:00
pep8 = "*"
2019-10-07 17:13:42 +00: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 18:07:28 +00:00
pytest = "*"
2019-10-07 17:13:42 +00:00
[requires]
python_version = "3.5"