# Fast async event loop
uvloop==0.16.0
# For better output
rich==12.3.0
# ORM
ormar==0.11.0
databases==0.5.5
aiosqlite==0.17.0
# Passwords hashing
cryptography==37.0.1
# For API
fastapi==0.75.2
pydantic==1.9.0
uvicorn==0.17.6
# Since 0.12.0 uvicorn does not install httptools (and uvloop)
httptools==0.4.0
