Skip to content

Commit 3346bda

Browse files
authored
Merge pull request #664 from knabar/maint-pin-django-pipeline
Pin django-pipeline to a recent version
2 parents 2fc5f0e + c461c33 commit 3346bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def read(fname):
5555
# minimum requirements for `omero web start`
5656
"concurrent-log-handler>=0.9.20",
5757
"Django>=5.2.9,<5.3",
58-
"django-pipeline",
58+
"django-pipeline>=4.1.0",
5959
"django-cors-headers==3.7.0",
6060
"whitenoise>=5.3.0",
6161
"gunicorn>=19.3",

0 commit comments

Comments
 (0)