code added

This commit is contained in:
ahmadbilalkhalid 2019-07-30 18:13:05 +05:00
commit 01296e998e
13 changed files with 430 additions and 0 deletions

13
Pipfile Normal file
View file

@ -0,0 +1,13 @@
[[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"}
pylint = "*"
[requires]
python_version = "3.7"