
[all]
psycopg2-binary>=2.9
blake3>=0.4
python-magic>=0.4
flask>=3.0

[blake3]
blake3>=0.4

[dev]
pytest>=7.0
pytest-cov>=4.0
ruff>=0.4
mypy>=1.0

[magic]
python-magic>=0.4

[postgres]
psycopg2-binary>=2.9

[web]
flask>=3.0
