Commit
·
4d588ea
1
Parent(s):
77a165e
Fix flash-attn build by installing packaging early
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
|
@@ -25,7 +25,8 @@ Pillow==10.4.0
|
|
| 25 |
urllib3==2.0.7
|
| 26 |
itsdangerous
|
| 27 |
protobuf==3.19.6
|
| 28 |
-
fastapi-users[sqlalchemy]>=13.0.0
|
|
|
|
| 29 |
sqlalchemy>=2.0.0
|
| 30 |
python-jose[cryptography]>=3.3.0
|
| 31 |
passlib[bcrypt]>=1.7.4
|
|
|
|
| 25 |
urllib3==2.0.7
|
| 26 |
itsdangerous
|
| 27 |
protobuf==3.19.6
|
| 28 |
+
fastapi-users[sqlalchemy,oauth]>=13.0.0
|
| 29 |
+
|
| 30 |
sqlalchemy>=2.0.0
|
| 31 |
python-jose[cryptography]>=3.3.0
|
| 32 |
passlib[bcrypt]>=1.7.4
|