Bastien Sevajol 6 лет назад
Родитель
Сommit
a4598d3e5f
1 измененных файлов: 5 добавлений и 1 удалений
  1. 5 1
      setup.py

+ 5 - 1
setup.py Просмотреть файл

@@ -14,11 +14,14 @@ install_requires = [
14 14
     'apispec==0.25.4-algoo',
15 15
 ]
16 16
 dependency_links = [
17
-    'git+https://github.com/algoo/apispec.git@dev-algoo#egg=apispec-0.25.4-algoo'
17
+    'git+https://github.com/algoo/apispec.git@dev-algoo#egg=apispec-0.25.4-algoo'  # nopep8
18 18
 ]
19 19
 tests_require = [
20 20
     'pytest',
21 21
 ]
22
+dev_require = [
23
+    'requests',
24
+]
22 25
 
23 26
 setup(
24 27
     name='hapic',
@@ -66,6 +69,7 @@ setup(
66 69
     # $ pip install -e ".[test]"
67 70
     extras_require={
68 71
         'test': tests_require,
72
+        'dev': dev_require,
69 73
     },
70 74
 
71 75
     # If there are data files included in your packages that need to be