c02d8f5ba2
* 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
31 lines
435 B
Plaintext
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
|