etcd3_wrapper/Pipfile

12 lines
223 B
Text
Raw Permalink Normal View History

2019-09-12 14:01:11 +05:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
2019-09-14 20:18:21 +05:00
python-etcd3 = {editable = true,git = "https://github.com/kragniz/python-etcd3.git"}
2019-09-12 14:01:11 +05:00
[requires]
python_version = "3.5"