requirements.txt
2.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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
anyjson==0.3.3
click==8.0.3
DateTime==4.3
Django==3.2
django-admin-tools==0.9.1
django-bootstrap3==21.1
django-extensions==3.1.5
# for Choices
django-model-utils==4.2.0
django-suit==0.2.28
django-test-without-migrations==0.6
#gunicorn==19.8.1
iso8601==1.0.0
jdcal==1.4.1
#lxml==4.3.0
lxml==4.6.4
mysqlclient==2.0.3
#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
voevent-parse==1.0.3
zope.interface==5.4.0
# For DEV
django-debug-toolbar==3.2.2
# 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
# For YAML Config
pykwalify==1.8.0
PyYAML==6.0
# For SP TAC Assignation
matplotlib==3.4.3
numpy==1.21.4
# 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
# For working with GIT within Python
GitPython==3.1.24
# 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