requirements_dev.txt
727 Bytes
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
#
# DEV only
#
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 working with GIT within Python
GitPython==3.1.24
# For working with date
python-dateutil==2.8.2
# For MCO CNES
astropy
photutils
scipy
# for websocket
channels
daphne
attrs==22.1.0
channels_redis==3.4.1
# To generate API documentation
uritemplate