API - rollback to gpxpy 1.3.4 due to timezone errors - fix #34

1.3.5 introduces a new time parser, which is not returning naive datetime
This commit is contained in:
Sam
2019-07-21 21:31:34 +02:00
parent 9e2448cf93
commit 03d385500e
2 changed files with 16 additions and 16 deletions

View File

@@ -8,7 +8,7 @@ flask = "*"
flask-migrate = "*"
flask-bcrypt = "*"
pyjwt = "*"
gpxpy = "*"
gpxpy = "==1.3.4"
"psycopg2-binary" = "*"
staticmap = "*"
pytz = "*"