2019-06-25 16:39:29 +05:00
|
|
|
[[source]]
|
|
|
|
|
name = "pypi"
|
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-09-03 18:06:41 +02:00
|
|
|
pylint = "*"
|
2019-06-25 16:39:29 +05:00
|
|
|
|
|
|
|
|
[packages]
|
|
|
|
|
python-decouple = "*"
|
2019-07-18 18:46:49 +05:00
|
|
|
pytest = "*"
|
2019-09-26 18:41:20 +05:00
|
|
|
python-etcd3 = {editable = true,git = "git+https://github.com/kragniz/python-etcd3.git"}
|
|
|
|
|
etcd3-wrapper = {editable = true,git = "git+https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
|
|
|
|
|
ucloud-common = {editable = true,git = "git+https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"}
|
2019-06-25 16:39:29 +05:00
|
|
|
|
|
|
|
|
[requires]
|
2019-09-12 21:38:12 +05:00
|
|
|
python_version = "3.5"
|