15 lines
281 B
Plaintext
15 lines
281 B
Plaintext
|
|
# Runtime dependencies (include these to match production environment)
|
||
|
|
Flask==2.1.1
|
||
|
|
pydantic==2.11.7
|
||
|
|
psycopg2-binary==2.9.10
|
||
|
|
PyNaCl==1.6.0
|
||
|
|
requests==2.32.2
|
||
|
|
|
||
|
|
# Development and testing tools
|
||
|
|
pytest==8.2.0
|
||
|
|
pytest-mock==3.14.0
|
||
|
|
flake8==7.0.0
|
||
|
|
black==24.1.1
|
||
|
|
mypy==1.8.0
|
||
|
|
pytest-cov==4.1.0
|