Skip to content

Commit

Permalink
Merge pull request #491 from knabar/maint-force-django-4.2
Browse files Browse the repository at this point in the history
Force Django 4.2
  • Loading branch information
knabar authored Oct 27, 2023
2 parents 2ea3d5e + fe4c9a8 commit 4825084
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@ def read(fname):
url="https://github.com/ome/omero-web/",
license="GPLv2+",
packages=find_packages(exclude=("test",)) + ["omero.plugins"],
python_requires=">=3",
python_requires=">=3.8",
install_requires=[
# requires Ice (use wheel for faster installs)
"omero-py>=5.7.0",
# minimum requirements for `omero web start`
"concurrent-log-handler>=0.9.20",
"Django>=3.2.19,<4.3",
"Django>=4.2.3,<4.3",
"django-pipeline==2.1.0",
"django-cors-headers==3.7.0",
"whitenoise>=5.3.0",
Expand Down

0 comments on commit 4825084

Please sign in to comment.