mirror of
https://github.com/nikdoof/foursquare-feeds.git
synced 2025-12-26 06:29:30 +00:00
First working version
This commit is contained in:
11
Pipfile
11
Pipfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user