e69a9744a2
* Revert pydantic models to v1 version Revert pydantic models to v1 version Revert pydantic models to v1 version Revert pydantic models to v1 version * Add initial tests for models Add initial tests for models * Revert pydantic models to v1 version Revert pydantic models to v1 version Revert pydantic models to v1 version Revert pydantic models to v1 version * Add initial tests for models Add initial tests for models * Fix and replace methods from pydantic v2 * Add more tests for cql models
33 lines
420 B
Plaintext
33 lines
420 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
|
|
|
|
# Pydantic/Dataclasses models
|
|
polyfactory
|
|
|
|
# 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
|