Mark-Lasfar
commited on
Commit
·
a093617
1
Parent(s):
0effe0c
Update backend and server frontend for OAuth JSON response, client-side navigation, and add .gitignore
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
fastapi==0.95.2
|
|
|
|
| 2 |
|
| 3 |
-
fastapi-users[sqlalchemy,oauth2]==12.1.3
|
| 4 |
pydantic==1.10.13
|
| 5 |
email-validator==1.3.1
|
| 6 |
sqlalchemy[asyncio]
|
|
|
|
| 1 |
fastapi==0.95.2
|
| 2 |
+
fastapi-users[sqlalchemy,oauth2]==10.4.2
|
| 3 |
|
|
|
|
| 4 |
pydantic==1.10.13
|
| 5 |
email-validator==1.3.1
|
| 6 |
sqlalchemy[asyncio]
|