ucloud-vm/Pipfile

22 lines
548 B
Text
Raw Normal View History

2019-07-03 13:02:21 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
bandit = "*"
2019-07-27 09:05:35 +00:00
pylama = "*"
2019-09-03 16:18:43 +00:00
prospector = "*"
2019-09-13 11:26:26 +00:00
pylint = "*"
2019-07-03 13:02:21 +00:00
[packages]
python-decouple = "*"
sshtunnel = "*"
2019-09-03 16:18:43 +00:00
bitmath = "*"
2019-09-14 15:53:12 +00: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 13:02:21 +00:00
[requires]
2019-09-13 11:26:26 +00:00
python_version = "3.5"