mini-rbac/backend/requirements.txt

14 lines
153 B
Plaintext
Raw Normal View History

2022-09-11 10:34:18 +00:00
bcrypt==4.0.0
fastapi==0.82.0
passlib==1.7.4
2022-09-12 07:11:12 +00:00
pytest==7.1.3
2022-09-11 10:34:18 +00:00
python-jose==3.3.0
2022-09-12 07:11:12 +00:00
requests==2.28.1
2022-09-17 09:57:09 +00:00
uvicorn==0.18.3
2022-09-11 10:34:18 +00:00
tortoise-orm==0.19.2
2022-09-17 09:57:09 +00:00
websockets==10.3