Files
pygeoapi/requirements-dev.txt
T
Ricardo Garcia Silva f7b0a584e1 Removed datamodel-code-generator from dev requirements (#1370)
* Removed datamodel-code-generator from dev requirements

* Adapted docs to mention datamodel-code-generator not being a direct dependency
2023-11-10 19:08:30 +01:00

28 lines
365 B
Plaintext

# Flask-based CORS setup
flask_cors
# testing
pytest
pytest-cov
pytest-env
coverage
pyld
# Testing with mock Starlette client
starlette
uvicorn[standard]
httpx
# 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