Files
pygeoapi/requirements-dev.txt
T
Ricardo Garcia Silva 8e7f8fc26d Added pre-commit config file (#1508)
* Added .pre-commit-config.yaml file

* Initial pass of pre-commit with its default rules and flake8

* Revert "Initial pass of pre-commit with its default rules and flake8"

This reverts commit 86d39e964e8122580d675f4639ae2d15b85c02e2.

* Made pre-commit only act on code files

* Added sql to the pre-commit file pattern

* Initial pass of pre-commit
2024-01-30 12:37:16 -05:00

30 lines
377 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
pre-commit