-
- Downloads
Add authlib and flask-login libraries for oauth integration
Showing
... | @@ -8,6 +8,8 @@ flask-sqlalchemy~=3.0 | ... | @@ -8,6 +8,8 @@ flask-sqlalchemy~=3.0 |
openpyxl~=3.1 | openpyxl~=3.1 | ||
psycopg2-binary~=2.9 | psycopg2-binary~=2.9 | ||
SQLAlchemy~=2.0 | SQLAlchemy~=2.0 | ||
authlib~=1.2 | |||
flask-login~=0.6 | |||
pytest~=7.2 | pytest~=7.2 | ||
pytest-mock~=3.10 | pytest-mock~=3.10 | ||
... | ... |
Please register or sign in to comment