move markdown to requirements-dev.txt

Change-Id: I6493483091bffdbff7c5ffec8c52b5b6f48e8664
Reviewed-on: https://forge.frm2.tum.de/review/c/sine2020/secop/playground/+/27911
Tested-by: Jenkins Automated Tests <pedersen+jenkins@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
Reviewed-by: Markus Zolliker <markus.zolliker@psi.ch>
This commit is contained in:
zolliker 2022-03-08 10:39:58 +01:00
parent c1d42f0f02
commit 39a3e79eb3
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,8 @@
# doc # doc
sphinx_rtd_theme sphinx_rtd_theme
Sphinx>=1.2.1 Sphinx>=1.2.1
# for generating docu
markdown>=2.6
# test suite # test suite
pytest pytest
pytest-randomly>=1.1 pytest-randomly>=1.1

View File

@ -2,15 +2,13 @@
setuptools setuptools
pyserial pyserial
mlzlog >=0.2.0 mlzlog >=0.2.0
# for generating docu
markdown>=2.6
# daemonizing # daemonizing
psutil psutil
python-daemon >=2.0 python-daemon >=2.0
# for zmq interface # for zmq interface
#pyzmq>=13.1.0 #pyzmq>=13.1.0
#for ppms on windows #for ppms on windows
# don't forget to run # don't forget to run
# 'python Scripts/pywin32_postinstall.py -install' # 'python Scripts/pywin32_postinstall.py -install'
# from elevated prompt after install # from elevated prompt after install
#pywin32 #pywin32