18 lines
336 B
Text
18 lines
336 B
Text
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[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 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.5"
|