17 lines
305 B
Text
17 lines
305 B
Text
|
[[source]]
|
||
|
name = "pypi"
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
|
||
|
[dev-packages]
|
||
|
|
||
|
[packages]
|
||
|
flask = "*"
|
||
|
flask-restful = "*"
|
||
|
python-decouple = "*"
|
||
|
etcd3-wrapper = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git"}
|
||
|
etcd3 = "*"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.7"
|