Commit f44d49123fc73cd7c48e0df54e78aa70be856a62

Authored by Alexis Koralewski
1 parent 53d41af0
Exists in dev

re-enabling previous version of requirements on django 2

Showing 1 changed file with 41 additions and 85 deletions   Show diff stats
install/requirements_django2.txt
1 1 anyjson==0.3.3
2   -click==8.0.3
3   -DateTime==4.3
4   -Django==2.2
5   -django-admin-tools==0.9.1
6   -django-bootstrap3==21.1
7   -django-extensions==3.1.5
  2 +click
  3 +DateTime==4.2
  4 +Django==2.0.5
  5 +django-admin-tools==0.8.1
  6 +django-bootstrap3==10.0.1
  7 +django-extensions==2.0.7
8 8  
9 9 # for Choices
10   -django-model-utils==4.2.0
11   -django-suit==0.2.28
  10 +django-model-utils
  11 +
  12 +django-suit==0.2.26
12 13 django-test-without-migrations==0.6
13 14 #gunicorn==19.8.1
14   -iso8601==1.0.0
15   -jdcal==1.4.1
  15 +iso8601==0.1.12
  16 +jdcal==1.4
16 17 #lxml==4.3.0
17   -lxml==4.6.4
18   -mysqlclient==2.0.3
  18 +lxml==4.5.1
  19 +mysqlclient==1.3.12
19 20 #pluggy>=0.7
20   -pluggy==1.0.0
21   -py==1.11.0
22   -pytz==2021.3
23   -requests==2.26.0
24   -six==1.16.0
25   -sqlparse==0.4.2
26   -Twisted==21.7.0
  21 +pluggy==0.8.1
  22 +py==1.5.3
  23 +pytz==2018.4
  24 +requests==2.18.4
  25 +six==1.11.0
  26 +sqlparse==0.2.4
  27 +Twisted==18.4.0
27 28 voevent-parse==1.0.3
28   -zope.interface==5.4.0
  29 +zope.interface==5.2.0
  30 +
29 31 # For DEV
30   -django-debug-toolbar==3.2.2
  32 +django-debug-toolbar==1.9.1
  33 +
31 34 # Modifications 2021 :
32 35 # 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
33 36 # added httplib2 which is needed for plantuml
34 37 # added dataclasses which was missing for the model controller script
35 38 #plantuml
36   -httplib2==0.20.2
37   -dataclasses==0.6
  39 +httplib2
  40 +dataclasses
38 41 # For YAML Config
39   -pykwalify==1.8.0
40   -PyYAML==6.0
  42 +pykwalify
  43 +PyYAML
41 44 # For SP TAC Assignation
42   -matplotlib==3.4.3
43   -numpy==1.21.4
  45 +matplotlib
  46 +numpy
44 47 # For Celery:
45 48 ##celery==3.1.23
46 49 ##flower==0.9.2
... ... @@ -49,63 +52,16 @@ numpy==1.21.4
49 52 ##billiard==3.3.0.23
50 53 ##kombu==3.0.37
51 54 ##django-celery==3.1.17
  55 +
52 56 # For working with GIT within Python
53   -GitPython==3.1.24
  57 +GitPython
  58 +
54 59 # For working with date
55   -python-dateutil==2.8.2
56   -# Celme / guitastro packages
57   -# pypylon not available for 3.10 at 2021/11/10 (cf https://github.com/basler/pypylon#binary-installation)
58   -pypylon==1.7.4
59   -sep==1.2.0
60   -astroquery==0.4.3
61   -astroalign==2.4
62   -# ccdproc requires astroscrappy which doesn't work on Python versions > 3.8 (cf https://github.com/astropy/astroscrappy/issues/55)
63   -# There is also an issue with astroscrappy with numpy (module not found despite installing numpy in advance)
64   -ccdproc==2.2.0
65   -## The following requirements were added by pip freeze:
66   -asgiref==3.4.1
67   -astropy==4.3.1
68   -astropy-healpix==0.6
69   -astroscrappy==1.0.8
70   -attrs==21.2.0
71   -Automat==20.2.0
72   -beautifulsoup4==4.10.0
73   -certifi==2021.10.8
74   -cffi==1.15.0
75   -charset-normalizer==2.0.7
76   -constantly==15.1.0
77   -cryptography==35.0.0
78   -cycler==0.11.0
79   -docopt==0.6.2
80   -gitdb==4.0.9
81   -html5lib==1.1
82   -hyperlink==21.0.0
83   -idna==3.3
84   -imageio==2.10.3
85   -importlib-metadata==4.8.2
86   -incremental==21.3.0
87   -jeepney==0.7.1
88   -keyring==23.2.1
89   -kiwisolver==1.3.2
90   -mimeparse==0.1.3
91   -networkx==2.6.3
92   -orderedmultidict==1.0.1
93   -Pillow==8.4.0
94   -pycparser==2.21
95   -pyerfa==2.0.0.1
96   -pyparsing==3.0.5
97   -pyvo==1.1
98   -PyWavelets==1.2.0
99   -reproject==0.8
100   -ruamel.yaml==0.17.17
101   -ruamel.yaml.clib==0.2.6
102   -scikit-image==0.18.3
103   -scipy==1.7.2
104   -SecretStorage==3.3.1
105   -smmap==5.0.0
106   -soupsieve==2.3
107   -tifffile==2021.11.2
108   -typing-extensions==3.10.0.2
109   -urllib3==1.26.7
110   -webencodings==0.5.1
111   -zipp==3.6.0
  60 +python-dateutil
  61 +
  62 +# Celme / guitastro packages
  63 +pypylon
  64 +sep
  65 +astroquery
  66 +astroalign
  67 +ccdproc
112 68 \ No newline at end of file
... ...