Skip to content

Commit

Permalink
Remove cap so app can run on ubuntu 24.04 with Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jburel committed Nov 5, 2024
1 parent 35dd060 commit 721002a
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 @@ -55,7 +55,7 @@ def read(fname):
# minimum requirements for `omero web start`
"concurrent-log-handler>=0.9.20",
"Django>=4.2.3,<4.3",
"django-pipeline==2.1.0",
"django-pipeline",
"django-cors-headers==3.7.0",
"whitenoise>=5.3.0",
"gunicorn>=19.3",
Expand Down

0 comments on commit 721002a

Please sign in to comment.