2019-06-24 10:46:06 +00:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-09-03 16:01:40 +00:00
|
|
|
prospector = "*"
|
2019-09-14 14:43:52 +00:00
|
|
|
pylint = "*"
|
2019-06-24 10:46:06 +00:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
pyotp = "*"
|
|
|
|
python-decouple = "*"
|
|
|
|
requests = "*"
|
|
|
|
flask = "*"
|
|
|
|
flask-restful = "*"
|
2019-07-11 08:34:21 +00:00
|
|
|
bitmath = "*"
|
2019-09-14 15:39:56 +00:00
|
|
|
ucloud-common = {editable = true,git = "https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"}
|
|
|
|
etcd3-wrapper = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
|
|
|
|
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"}
|
2019-06-24 10:46:06 +00:00
|
|
|
|
|
|
|
[requires]
|
2019-09-12 15:55:25 +00:00
|
|
|
python_version = "3.5"
|