Files
pygeoapi/requirements-dev.txt
T
Juan Pablo Duque c02d8f5ba2 Fixed Django serve error related to urlpatterns, updated documentation by adding hot-reloading section. (#1231)
* Fix for Django build, changes to documentation, and dev dependencies updated

* remove example configuration files

* Added readthedocs configuration file

* added section on building the documentation

* renamed docs/requirements-docs.txt to docs/requirements.txt

* renamed requirements file in readthedocs configuration

* Added documentation requirements installation to GitHub build workflow
2023-04-27 05:03:39 -04:00

31 lines
435 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
# 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