ucloud_common/Pipfile
2019-09-14 20:26:44 +05:00

15 lines
375 B
TOML
Executable file

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
prospector = "*"
[packages]
python-decouple = "*"
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"}
[requires]
python_version = "3.5"