This commit is contained in:
ahmadbilalkhalid 2019-06-24 15:46:06 +05:00
commit 1cd8eee616
6 changed files with 326 additions and 0 deletions

17
Pipfile Normal file
View file

@ -0,0 +1,17 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
pyotp = "*"
python-decouple = "*"
requests = "*"
flask = "*"
flask-restful = "*"
python-etcd = "*"
[requires]
python_version = "3.7"