First working version

This commit is contained in:
Phil Gyford
2019-04-26 17:53:53 +01:00
parent 79d696fa22
commit a999170b4d
6 changed files with 249 additions and 16 deletions

11
Pipfile
View File

@@ -1,12 +1,13 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
foursquare = "*"
[dev-packages]
[packages]
foursquare = "*"
ics = {editable = true,git = "https://github.com/C4ptainCrunch/ics.py.git",ref = "bd918ec7453a7cf73a906cdcc78bd88eb4bab71b"}
[requires]
python_version = "3.7"
python_version = "3.6"