ucloud-vm/Pipfile

16 lines
488 B
Text
Raw Permalink Normal View History

2019-07-03 18:02:21 +05:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[packages]
python-decouple = "*"
sshtunnel = "*"
2019-09-03 18:18:43 +02:00
bitmath = "*"
2019-09-26 20:07:56 +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-07-03 18:02:21 +05:00
[requires]
2019-09-13 16:26:26 +05:00
python_version = "3.5"