Skip to content
Snippets Groups Projects
Commit 307c703f authored by Jan Mach's avatar Jan Mach
Browse files

Changed the setup.py to load development requirements from file.

(Redmine issue: #4216,#3387)
parent 8ee65f54
No related branches found
No related tags found
No related merge requests found
......@@ -96,13 +96,7 @@ setup(
# https://setuptools.readthedocs.io/en/latest/setuptools.html#declaring-extras-optional-features-with-their-own-dependencies
# https://stackoverflow.com/a/28842733
extras_require = {
'dev': [
'nose',
'pyflakes',
'pylint',
'sphinx',
'sphinx-rtd-theme'
]
'dev': read_requirements('conf/requirements-dev.pip'),
},
scripts = [
'bin/mentat-backup.py',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment