basic structure with gitignore

This commit is contained in:
2019-02-07 10:30:47 -05:00
commit f5beda0b27
6 changed files with 197 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]
requests = "*"
[requires]
python_version = "3.7"