Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -59,4 +59,5 @@ pygments>=2.18,<3
|
|
59 |
SQLAlchemy>=2.0,<3
|
60 |
email-validator>=2.1,<3
|
61 |
python-jose>=3.3.0,<4
|
62 |
-
passlib>=1.7,<2
|
|
|
|
59 |
SQLAlchemy>=2.0,<3
|
60 |
email-validator>=2.1,<3
|
61 |
python-jose>=3.3.0,<4
|
62 |
+
passlib>=1.7,<2
|
63 |
+
alembic>=1.13,<2
|