2019-10-25 06:42:40 +00:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
prospector = {extras = ["with_everything"],version = "*"}
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
python-decouple = "*"
|
|
|
|
requests = "*"
|
|
|
|
flask = "*"
|
|
|
|
flask-restful = "*"
|
|
|
|
bitmath = "*"
|
|
|
|
ucloud-common = {editable = true,git = "git+https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"}
|
|
|
|
etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
|
|
|
|
python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"}
|
|
|
|
pyotp = "*"
|
|
|
|
sshtunnel = "*"
|
2019-11-11 18:42:57 +00:00
|
|
|
helper = "*"
|
|
|
|
sphinx = "*"
|
2019-10-25 06:42:40 +00:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.5"
|