From 307c703f749eed682736f044beaa309c9455a224 Mon Sep 17 00:00:00 2001
From: Jan Mach <jan.mach@cesnet.cz>
Date: Tue, 12 Feb 2019 18:28:51 +0100
Subject: [PATCH] Changed the setup.py to load development requirements from
 file.

(Redmine issue: #4216,#3387)
---
 setup.py | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/setup.py b/setup.py
index c5cbf96f7..d95026b71 100644
--- a/setup.py
+++ b/setup.py
@@ -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',
-- 
GitLab