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