This commit is contained in:
ahmadbilalkhalid 2019-08-27 13:31:22 +05:00
commit d51f7fcbfd
7 changed files with 153 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]
click = "*"
[requires]
python_version = "3.7"