etcd3_wrapper/Pipfile
2019-09-14 20:18:21 +05:00

12 lines
223 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"}
[requires]
python_version = "3.5"