Skip to content

Commit

Permalink
Fix broken flask-restx
Browse files Browse the repository at this point in the history
  • Loading branch information
qsantos committed Jan 15, 2024
1 parent 119dd0b commit aafb13d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions back/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ coverage==6.4.2
# via -r requirements.in
flask==3.0.0
# via flask-restx
flask-restx==0.5.1
flask-restx==1.3.0
# via -r requirements.in
gevent==23.9.1
# via gunicorn
Expand All @@ -38,6 +38,8 @@ gunicorn[gevent]==20.1.0
# via -r requirements.in
idna==3.3
# via requests
importlib-resources==6.1.1
# via flask-restx
itsdangerous==2.1.2
# via flask
jinja2==3.1.3
Expand Down Expand Up @@ -79,8 +81,6 @@ requests==2.31.0
# via -r requirements.in
ruff==0.0.292
# via -r requirements.in
six==1.16.0
# via flask-restx
sqlalchemy==1.4.39
# via
# -r requirements.in
Expand Down

0 comments on commit aafb13d

Please sign in to comment.