
[api]
fastapi<1,>=0.100
uvicorn<1,>=0.22
python-multipart>=0.0.6

[dev]
pytest<9,>=7
pytest-cov<6,>=4
ruff<1,>=0.1
mypy<2,>=1.0

[encryption]
cryptography<45,>=42

[neo4j]
neo4j>=5
python-dotenv>=1.0

[postgres]
psycopg[binary]<4,>=3.1
