Skip to content
Snippets Groups Projects
Commit ff9c0435 authored by David Schmitz's avatar David Schmitz
Browse files

requirements version update: necessary adaptions

parent f07d7d0c
No related branches found
No related tags found
No related merge requests found
......@@ -714,10 +714,12 @@ if [ "$install_fodproper" = 0 -a "$install_basesw_python" = 1 ]; then
##
# fix for broken anyjson and cl
# TODO: fix this more cleanly
pip install 'setuptools==57.5.0'
pip install wheel
if false; then
# fix for broken anyjson and cl
# TODO: fix this more cleanly
pip install 'setuptools==57.5.0'
pip install wheel
fi
pip install -r requirements.txt
......
setuptools
setuptools>=59.6.0
argparse
cl
celery==5.2.3
......@@ -9,7 +9,7 @@ djangorestframework==3.12.0
django-tinymce
django-form-utils
django-settings-export
Django==3.2.16
Django==3.2.23
gevent
greenlet
gunicorn
......@@ -19,7 +19,7 @@ mailer
mysqlclient
ncclient
paramiko
pycrypto
pycrypto>=2.6.1
pyparsing
python-dateutil
python-memcached
......@@ -33,10 +33,13 @@ ipaddress
idna
appdirs
anyjson
cryptography
cryptography>=41.0.6
redis
pytest==6.2.5
pytest-django==4.4.0
psutil
longerusername
intervaltree
wheel>=0.38.1
pip>=23.3
py>=1.11.0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment