ucloud_common/Pipfile

16 lines
375 B
Text
Raw Normal View History

2019-07-30 13:13:05 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
2019-09-11 13:01:15 +00:00
prospector = "*"
2019-07-30 13:13:05 +00:00
[packages]
2019-09-11 13:01:15 +00:00
python-decouple = "*"
2019-09-14 15:26:44 +00:00
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-07-30 13:13:05 +00:00
[requires]
2019-09-14 15:26:44 +00:00
python_version = "3.5"