Skip to content

Commit

Permalink
Relax requirements for Python modules
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <sw@weilnetz.de>
  • Loading branch information
stweil committed Mar 29, 2024
1 parent 9b2a24f commit 93839b1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
django-debug-toolbar==3.2.1
django-extensions==3.1.0
django-debug-toolbar~=3.2.1
django-extensions~=3.1.0
pre-commit
14 changes: 7 additions & 7 deletions app/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
albumentations
beautifulsoup4==4.7.1
bleach==3.1.5
celery==4.4.0
celery~=4.4.0
channels==2.4.0
channels-redis>=2.4.1,<3
daphne==2.5.0
Expand All @@ -11,19 +11,19 @@ django-country-and-language-flags
django-ordered-model==3.1.1
django-prometheus
django-redis==4.10.0
django-simple-captcha==0.5.12
djangorestframework==3.9.2
drf-nested-routers==0.91
easy-thumbnails==2.5
elasticsearch==7.17.0
django-simple-captcha~=0.5.12
djangorestframework~=3.9.2
drf-nested-routers~=0.91
easy-thumbnails~=2.5
elasticsearch>=7.17.0
#for python 3.7 you need recent versions of celery (> 4.2)
kombu==4.6.11
kraken==3.0.9
numpy>=1.17
oitei==1.0.0
Pillow>=5.4.1
psycopg2-binary>=2.7.6,<2.9
pyvips==2.1.12
pyvips~=2.1.12
redis==3.2.1
requests==2.21.0
scikit-image==0.17.2
Expand Down

0 comments on commit 93839b1

Please sign in to comment.