Files
pygeoapi/requirements-dev.txt
T
Francesco Bartoli bb4cd0bf69 Add cql-json support for ES (#723)
Fix starlette event loop


Fix starlette event loop


Fix starlette event loop


Fix starlette event loop


Fix provider regression


Make method public


Make method public


Move function to the helpers utility


Add the CQL lifecycle for development


Add CQL docs


Fix flake8


Isolate import for starlette codepath
2021-07-21 21:00:14 -04:00

30 lines
411 B
Plaintext

# Flask-based CORS setup
flask_cors
# Generate pydantic models from json schema
datamodel-code-generator
# testing
pytest
pytest-cov
pytest-env
coverage
pyld
# PEP8
flake8
# packaging/PyPI
twine
wheel
# the packages below are used to handle HTTP/SSL
# errors when uploading to PyPI (https://github.com/pypa/twine/issues/273)
pyOpenSSL
ndg-httpsclient
pyasn1
# Read the docs
sphinx==3.0.1
sphinx_rtd_theme