2019-07-03 18:02:21 +05:00
|
|
|
[[source]]
|
|
|
|
name = "pypi"
|
|
|
|
url = "https://pypi.org/simple"
|
|
|
|
verify_ssl = true
|
|
|
|
|
|
|
|
[dev-packages]
|
2019-07-18 15:56:46 +05:00
|
|
|
bandit = "*"
|
2019-07-27 14:05:35 +05:00
|
|
|
pylama = "*"
|
2019-09-03 18:18:43 +02:00
|
|
|
prospector = "*"
|
2019-09-13 16:26:26 +05:00
|
|
|
pylint = "*"
|
2019-07-03 18:02:21 +05:00
|
|
|
|
|
|
|
[packages]
|
|
|
|
python-decouple = "*"
|
2019-08-12 17:49:28 +05:00
|
|
|
sshtunnel = "*"
|
2019-09-03 18:18:43 +02:00
|
|
|
bitmath = "*"
|
2019-09-14 20:53:12 +05:00
|
|
|
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"}
|
|
|
|
etcd3-wrapper = {editable = true,git = "https://code.ungleich.ch/ungleich-public/etcd3_wrapper.git",ref = "wip"}
|
|
|
|
ucloud-common = {editable = true,git = "https://code.ungleich.ch/ucloud/ucloud_common.git",ref = "wip"}
|
2019-07-03 18:02:21 +05:00
|
|
|
|
|
|
|
[requires]
|
2019-09-13 16:26:26 +05:00
|
|
|
python_version = "3.5"
|