initial code added

This commit is contained in:
ahmadbilalkhalid 2019-07-03 18:02:21 +05:00
commit f479b961b0
7 changed files with 393 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-decouple = "*"
etcd3 = "*"
[requires]
python_version = "3.7"