build: add redis, pymysql and cryptography dependencies

refactor3.0
Lxy 2 weeks ago
parent a85f61a927
commit f86b096fef

@ -1,4 +1,4 @@
fastapi>=0.110.0 fastapi>=0.110.0
uvicorn>=0.29.0 uvicorn>=0.29.0
sqlalchemy>=2.0.0 sqlalchemy>=2.0.0
aiosqlite>=0.20.0 aiosqlite>=0.20.0
@ -10,3 +10,6 @@ tenacity>=8.2.0
requests>=2.31.0 requests>=2.31.0
httpx>=0.27.0 httpx>=0.27.0
python-multipart>=0.0.9 python-multipart>=0.0.9
redis>=5.0.0
pymysql>=1.1.0
cryptography>=42.0.0

Loading…
Cancel
Save