usermod/requirements.txt

13 lines
214 B
Plaintext
Raw Normal View History

2023-02-06 09:26:07 +08:00
fastapi==0.89.1
uvicorn==0.20.0
python-multipart==0.0.5
SQLAlchemy==2.0.0
passlib==1.7.4
bcrypt==4.0.1
python-jose==3.3.0
2023-02-07 08:49:09 +08:00
cryptography==39.0.0
requests==2.28.2
captcha==0.4
2023-02-13 14:42:35 +08:00
pymysql==1.0.2
fastapi-crudrouter==0.8.6