Blame view

install/requirements.txt 2.54 KB
a09674a9   Alexis Koralewski   add fixed version...
1
2
3
anyjson==0.3.3
click==8.0.3
DateTime==4.3
a6603b26   Alexis Koralewski   Django and Python...
4
Django==3.2
a09674a9   Alexis Koralewski   add fixed version...
5
6
7
django-admin-tools==0.9.1
django-bootstrap3==21.1
django-extensions==3.1.5
13b05242   Alexis Koralewski   add dateutil in r...
8
9

# for Choices
a09674a9   Alexis Koralewski   add fixed version...
10
11
12
django-model-utils==4.2.0
django-suit==0.2.28
django-test-without-migrations==0.6
13b05242   Alexis Koralewski   add dateutil in r...
13
#gunicorn==19.8.1
a09674a9   Alexis Koralewski   add fixed version...
14
15
iso8601==1.0.0
jdcal==1.4.1
649fb514   Alexis Koralewski   adding matplotlib...
16
#lxml==4.3.0
a09674a9   Alexis Koralewski   add fixed version...
17
18
lxml==4.6.4
mysqlclient==2.0.3
13b05242   Alexis Koralewski   add dateutil in r...
19
#pluggy>=0.7
a09674a9   Alexis Koralewski   add fixed version...
20
21
22
23
24
25
26
27
28
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
voevent-parse==1.0.3
zope.interface==5.4.0
13b05242   Alexis Koralewski   add dateutil in r...
29
# For DEV
a09674a9   Alexis Koralewski   add fixed version...
30
django-debug-toolbar==3.2.2
13b05242   Alexis Koralewski   add dateutil in r...
31
32
33
34
35
# 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
a09674a9   Alexis Koralewski   add fixed version...
36
37
httplib2==0.20.2
dataclasses==0.6
6cc7afa4   Alexis Koralewski   Adding Guitastro ...
38
# For YAML Config
a09674a9   Alexis Koralewski   add fixed version...
39
40
pykwalify==1.8.0
PyYAML==6.0
6cc7afa4   Alexis Koralewski   Adding Guitastro ...
41
# For SP TAC Assignation
a09674a9   Alexis Koralewski   add fixed version...
42
43
matplotlib==3.4.3
numpy==1.21.4
13b05242   Alexis Koralewski   add dateutil in r...
44
45
46
47
48
49
50
51
# For Celery:
##celery==3.1.23
##flower==0.9.2
##amqp==1.4.9
##amqplib==1.0.2
##billiard==3.3.0.23
##kombu==3.0.37
##django-celery==3.1.17
6cc7afa4   Alexis Koralewski   Adding Guitastro ...
52
# For working with GIT within Python
a09674a9   Alexis Koralewski   add fixed version...
53
GitPython==3.1.24
13b05242   Alexis Koralewski   add dateutil in r...
54
# For working with date
a09674a9   Alexis Koralewski   add fixed version...
55
python-dateutil==2.8.2
a6603b26   Alexis Koralewski   Django and Python...
56
57
# Celme / guitastro packages
# pypylon not available for 3.10 at 2021/11/10  (cf https://github.com/basler/pypylon#binary-installation)
a09674a9   Alexis Koralewski   add fixed version...
58
59
60
61
pypylon==1.7.4
sep==1.2.0
astroquery==0.4.3
astroalign==2.4
a6603b26   Alexis Koralewski   Django and Python...
62
63
# 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)
a09674a9   Alexis Koralewski   add fixed version...
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
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