Skip to content

Commit

Permalink
deps: update flask to 3 to match cloud run requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
steveoh committed Oct 13, 2023
1 parent fd06207 commit ea70432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
keywords=["gis"],
install_requires=[
"colorama==0.*",
"flask>=2,<4",
"flask==3.*",
"psycopg2-binary==2.*",
"PyGithub==2.*",
"pygsheets==2.*",
Expand Down

0 comments on commit ea70432

Please sign in to comment.