From f44d49123fc73cd7c48e0df54e78aa70be856a62 Mon Sep 17 00:00:00 2001 From: Alexis Koralewski Date: Mon, 15 Nov 2021 17:57:41 +0100 Subject: [PATCH] re-enabling previous version of requirements on django 2 --- install/requirements_django2.txt | 126 +++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------- 1 file changed, 41 insertions(+), 85 deletions(-) diff --git a/install/requirements_django2.txt b/install/requirements_django2.txt index b45bc53..7ef5bb3 100644 --- a/install/requirements_django2.txt +++ b/install/requirements_django2.txt @@ -1,46 +1,49 @@ anyjson==0.3.3 -click==8.0.3 -DateTime==4.3 -Django==2.2 -django-admin-tools==0.9.1 -django-bootstrap3==21.1 -django-extensions==3.1.5 +click +DateTime==4.2 +Django==2.0.5 +django-admin-tools==0.8.1 +django-bootstrap3==10.0.1 +django-extensions==2.0.7 # for Choices -django-model-utils==4.2.0 -django-suit==0.2.28 +django-model-utils + +django-suit==0.2.26 django-test-without-migrations==0.6 #gunicorn==19.8.1 -iso8601==1.0.0 -jdcal==1.4.1 +iso8601==0.1.12 +jdcal==1.4 #lxml==4.3.0 -lxml==4.6.4 -mysqlclient==2.0.3 +lxml==4.5.1 +mysqlclient==1.3.12 #pluggy>=0.7 -pluggy==1.0.0 -py==1.11.0 -pytz==2021.3 -requests==2.26.0 -six==1.16.0 -sqlparse==0.4.2 -Twisted==21.7.0 +pluggy==0.8.1 +py==1.5.3 +pytz==2018.4 +requests==2.18.4 +six==1.11.0 +sqlparse==0.2.4 +Twisted==18.4.0 voevent-parse==1.0.3 -zope.interface==5.4.0 +zope.interface==5.2.0 + # For DEV -django-debug-toolbar==3.2.2 +django-debug-toolbar==1.9.1 + # Modifications 2021 : # removing plantuml because we need a unofficial version (maybe we could force to go back on an old version where the bug wasn't happening # added httplib2 which is needed for plantuml # added dataclasses which was missing for the model controller script #plantuml -httplib2==0.20.2 -dataclasses==0.6 +httplib2 +dataclasses # For YAML Config -pykwalify==1.8.0 -PyYAML==6.0 +pykwalify +PyYAML # For SP TAC Assignation -matplotlib==3.4.3 -numpy==1.21.4 +matplotlib +numpy # For Celery: ##celery==3.1.23 ##flower==0.9.2 @@ -49,63 +52,16 @@ numpy==1.21.4 ##billiard==3.3.0.23 ##kombu==3.0.37 ##django-celery==3.1.17 + # For working with GIT within Python -GitPython==3.1.24 +GitPython + # For working with date -python-dateutil==2.8.2 -# Celme / guitastro packages -# pypylon not available for 3.10 at 2021/11/10 (cf https://github.com/basler/pypylon#binary-installation) -pypylon==1.7.4 -sep==1.2.0 -astroquery==0.4.3 -astroalign==2.4 -# ccdproc requires astroscrappy which doesn't work on Python versions > 3.8 (cf https://github.com/astropy/astroscrappy/issues/55) -# There is also an issue with astroscrappy with numpy (module not found despite installing numpy in advance) -ccdproc==2.2.0 -## The following requirements were added by pip freeze: -asgiref==3.4.1 -astropy==4.3.1 -astropy-healpix==0.6 -astroscrappy==1.0.8 -attrs==21.2.0 -Automat==20.2.0 -beautifulsoup4==4.10.0 -certifi==2021.10.8 -cffi==1.15.0 -charset-normalizer==2.0.7 -constantly==15.1.0 -cryptography==35.0.0 -cycler==0.11.0 -docopt==0.6.2 -gitdb==4.0.9 -html5lib==1.1 -hyperlink==21.0.0 -idna==3.3 -imageio==2.10.3 -importlib-metadata==4.8.2 -incremental==21.3.0 -jeepney==0.7.1 -keyring==23.2.1 -kiwisolver==1.3.2 -mimeparse==0.1.3 -networkx==2.6.3 -orderedmultidict==1.0.1 -Pillow==8.4.0 -pycparser==2.21 -pyerfa==2.0.0.1 -pyparsing==3.0.5 -pyvo==1.1 -PyWavelets==1.2.0 -reproject==0.8 -ruamel.yaml==0.17.17 -ruamel.yaml.clib==0.2.6 -scikit-image==0.18.3 -scipy==1.7.2 -SecretStorage==3.3.1 -smmap==5.0.0 -soupsieve==2.3 -tifffile==2021.11.2 -typing-extensions==3.10.0.2 -urllib3==1.26.7 -webencodings==0.5.1 -zipp==3.6.0 +python-dateutil + +# Celme / guitastro packages +pypylon +sep +astroquery +astroalign +ccdproc \ No newline at end of file -- libgit2 0.21.2