Blame view

install/requirements_dev.txt 574 Bytes
9fe022b3   Etienne Pallier   sphinx autodoc v4
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# 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