move markdown from requirements.txt to requirements-dev.txt

Change-Id: I07d700c7ac30900e4166611d0b17f80dff8d6f83
This commit is contained in:
zolliker 2021-10-06 08:41:53 +02:00
parent cbb005d942
commit 84e55d9c8d
2 changed files with 1 additions and 2 deletions

View File

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

View File

@ -2,8 +2,6 @@
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