initial code

This commit is contained in:
ahmadbilalkhalid 2019-07-03 16:26:33 +05:00
commit ba8748f2f3
4 changed files with 199 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]
requests = "*"
python-decouple = "*"
pyotp = "*"
[requires]
python_version = "3.7"