Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Piao committed Jul 22, 2024
1 parent 815f52e commit 395a777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ connexion[swagger-ui,flask] >= 2.6.0; python_version>="3.6"
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
# we must peg werkzeug versions below to fix connexion
# https://github.com/zalando/connexion/pull/1044
gast=0.2.2
gast==0.2.2
werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
swagger-ui-bundle >= 0.0.2
python_dateutil >= 2.6.0
Expand Down

0 comments on commit 395a777

Please sign in to comment.