From 5b02dfd0f177b41ce7a64c213825e858d8dac65f Mon Sep 17 00:00:00 2001 From: David Schmitz <schmitz@lrz.de> Date: Thu, 6 Oct 2022 14:17:14 +0000 Subject: [PATCH] add requirements.txt.python3.7.3 to fix broken debian/ubuntu docker build because of too new importlib-metadata==5.0.0 --- requirements.txt.python3.7.3 | 43 ++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 requirements.txt.python3.7.3 diff --git a/requirements.txt.python3.7.3 b/requirements.txt.python3.7.3 new file mode 100644 index 00000000..89021e40 --- /dev/null +++ b/requirements.txt.python3.7.3 @@ -0,0 +1,43 @@ +setuptools==59.1.1 +argparse +cl +celery==5.2.3 +django-admin +django-picklefield==2.0 +django-registration==3.1.2 +djangorestframework==3.12.0 +django-tinymce +django-form-utils +django-settings-export +Django==2.2.28 +gevent +greenlet +gunicorn +kombu==5.2.3 +lxml +mailer +mysqlclient +ncclient +paramiko +pycrypto +pyparsing +python-dateutil +python-memcached +PyYAML +#wsgiref +six +requests +pysnmp +ply +ipaddress +idna +appdirs +anyjson +cryptography +redis +pytest==6.2.5 +pytest-django==4.4.0 +psutil +longerusername +intervaltree +importlib-metadata==4.13.0 -- GitLab