initial commit

This commit is contained in:
ahmadbilalkhalid 2019-06-29 18:16:34 +05:00
commit 3f17ee0da1
6 changed files with 267 additions and 0 deletions

14
Pipfile Normal file
View file

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