Skip to content

Commit

Permalink
We are not yet compatible with flask 3.0, so we stick with the prev v…
Browse files Browse the repository at this point in the history
…ersion
  • Loading branch information
liadomide committed Nov 14, 2023
1 parent 3d011c0 commit e1e6daa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tvb_build/docker/requirements_group
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mako
pyAesCrypt
pyunicore
formencode
flask
flask==2.3.3
flask-restx
jinja2
nibabel>=4.0
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ mako
pyAesCrypt
pyunicore
formencode
flask
flask==2.3.3
flask-restx
jinja2
nibabel>=4.0
Expand Down
2 changes: 1 addition & 1 deletion tvb_framework/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

TVB_TEAM = "Mihai Andrei, Lia Domide, Stuart Knock, Bogdan Neacsa, Paula Prodan, Paula Sansz Leon, Marmaduke Woodman"

TVB_INSTALL_REQUIREMENTS = ["alembic", "bctpy", "cherrypy", "docutils", "flask", "flask-restx",
TVB_INSTALL_REQUIREMENTS = ["alembic", "bctpy", "cherrypy", "docutils", "flask==2.3.3", "flask-restx",
"formencode", "gevent", "h5py", "Jinja2", "matplotlib==3.5.3", "nibabel", "numpy", "pandas",
"Pillow", "psutil", "python-keycloak", "requests", "requests-toolbelt>=0.10",
"scikit-learn", "scipy", "siibra==0.4a35", "simplejson", "six", "sqlalchemy",
Expand Down

0 comments on commit e1e6daa

Please sign in to comment.