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:
@@ -8,7 +8,7 @@ flask = "*"
|
||||
flask-migrate = "*"
|
||||
flask-bcrypt = "*"
|
||||
pyjwt = "*"
|
||||
gpxpy = "*"
|
||||
gpxpy = "==1.3.4"
|
||||
"psycopg2-binary" = "*"
|
||||
staticmap = "*"
|
||||
pytz = "*"
|
||||
|
Reference in New Issue
Block a user