Initial struture

This commit is contained in:
Phil Gyford
2019-04-15 18:05:14 +01:00
parent 91ec3a43df
commit 79d696fa22
6 changed files with 124 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
foursquare = "*"
[dev-packages]
[requires]
python_version = "3.7"