Initial commit

This commit is contained in:
ahmadbilalkhalid 2019-06-29 13:53:42 +05:00
commit deee2b59cb
4 changed files with 158 additions and 0 deletions

12
Pipfile Normal file
View file

@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
etcd3 = "*"
[requires]
python_version = "3.7"