Blame view

install/requirements_dev.txt 771 Bytes
9fe022b3   Etienne Pallier   sphinx autodoc v4
1
2
3
4
#
# DEV only
#

8124063f   Alexis Koralewski   Update dockerfile...
5
django-debug-toolbar==4.0.0
9fe022b3   Etienne Pallier   sphinx autodoc v4
6
7
8
9
10
# 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
8124063f   Alexis Koralewski   Update dockerfile...
11

9fe022b3   Etienne Pallier   sphinx autodoc v4
12
13
14
15
16
17
httplib2==0.20.2
dataclasses==0.6
# For YAML Config
pykwalify==1.8.0
PyYAML==6.0
# For SP TAC Assignation
8124063f   Alexis Koralewski   Update dockerfile...
18
19
matplotlib==3.5.1
numpy==1.24.3
9fe022b3   Etienne Pallier   sphinx autodoc v4
20
21

# For working with GIT within Python
8124063f   Alexis Koralewski   Update dockerfile...
22
GitPython==3.1.31
9fe022b3   Etienne Pallier   sphinx autodoc v4
23
24
25
# For working with date
python-dateutil==2.8.2

6f83043c   Alexis Koralewski   Add websocket for...
26
27
# For MCO CNES

8124063f   Alexis Koralewski   Update dockerfile...
28
29
30
astropy==5.2.1
photutils==1.3.0
scipy==1.10.1
6f83043c   Alexis Koralewski   Add websocket for...
31
32

# for websocket
8124063f   Alexis Koralewski   Update dockerfile...
33
34
35
36
channels==4.0.0
daphne==4.0.0
attrs==23.1.0
channels_redis==4.1.0
2fa661e0   Alexis Koralewski   Add API docs & AP...
37
38

# To generate API documentation
8124063f   Alexis Koralewski   Update dockerfile...
39
uritemplate==4.1.1