Skip to content

Commit

Permalink
Temporarily cap Django to 3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
sbesson committed May 4, 2023
1 parent 305fb66 commit 3bda370
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 @@ -54,7 +54,7 @@ def read(fname):
"omero-py>=5.7.0",
# minimum requirements for `omero web start`
"concurrent-log-handler>=0.9.20",
"Django>=3.2.18,<4.0",
"Django==3.2.18,<4.0",
"django-pipeline==2.0.7",
"django-cors-headers==3.7.0",
"whitenoise>=5.3.0",
Expand Down

0 comments on commit 3bda370

Please sign in to comment.