Update requirements

This commit is contained in:
Phil Gyford
2019-09-22 16:43:55 +01:00
parent 2015d86c72
commit 1d82994cdf
3 changed files with 8 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ verify_ssl = true
[packages] [packages]
foursquare = "*" foursquare = "*"
ics = {editable = true,git = "https://github.com/C4ptainCrunch/ics.py.git",ref = "bd918ec7453a7cf73a906cdcc78bd88eb4bab71b"} ics = "*"
simplekml = "*" simplekml = "*"
pytz = "*" pytz = "*"

10
Pipfile.lock generated
View File

@@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "3a9e4292a546993c8c1f3f01a7183f293efeb295fd8fa776b213273b95279572" "sha256": "80b38e70cf842977f6542084ce3a210444ad838c078dca6528f2587c14676ba4"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@@ -45,9 +45,11 @@
"version": "==1!2019.9.11" "version": "==1!2019.9.11"
}, },
"ics": { "ics": {
"editable": true, "hashes": [
"git": "https://github.com/C4ptainCrunch/ics.py.git", "sha256:a9c01479e49499beb82e4ca67321275cd1509ddba5e8b8e45aef8bb6015aa295"
"ref": "bd918ec7453a7cf73a906cdcc78bd88eb4bab71b" ],
"index": "pypi",
"version": "==0.5"
}, },
"idna": { "idna": {
"hashes": [ "hashes": [

View File

@@ -1,9 +1,9 @@
-i https://pypi.org/simple -i https://pypi.org/simple
-e git+https://github.com/C4ptainCrunch/ics.py.git@bd918ec7453a7cf73a906cdcc78bd88eb4bab71b#egg=ics
arrow==0.11.0 arrow==0.11.0
certifi==2019.9.11 certifi==2019.9.11
chardet==3.0.4 chardet==3.0.4
foursquare==1!2019.9.11 foursquare==1!2019.9.11
ics==0.5
idna==2.8 idna==2.8
python-dateutil==2.8.0 python-dateutil==2.8.0
pytz==2019.2 pytz==2019.2