03d385500e
1.3.5 introduces a new time parser, which is not returning naive datetime
33 lines
525 B
TOML
33 lines
525 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
flask = "*"
|
|
flask-migrate = "*"
|
|
flask-bcrypt = "*"
|
|
pyjwt = "*"
|
|
gpxpy = "==1.3.4"
|
|
"psycopg2-binary" = "*"
|
|
staticmap = "*"
|
|
pytz = "*"
|
|
python-forecastio = "*"
|
|
gunicorn = "*"
|
|
tqdm = "*"
|
|
|
|
[dev-packages]
|
|
pytest = "*"
|
|
pytest-runner = "*"
|
|
pytest-cov = "*"
|
|
"pytest-flake8" = "*"
|
|
pytest-isort = "*"
|
|
codacy-coverage = "*"
|
|
sphinx = "*"
|
|
sphinxcontrib-httpdomain = "*"
|
|
sphinx-bootstrap-theme = "*"
|
|
recommonmark = "*"
|
|
|
|
[requires]
|
|
python_version = "3.7"
|