requirements_win_dev.txt
574 Bytes
#
# 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