Explorar el Código

add tests dependencies

Guénaël Muller hace 7 años
padre
commit
3050cbb434
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      setup.py

+ 4 - 0
setup.py Ver fichero

@@ -19,6 +19,10 @@ dependency_links = [
19 19
 ]
20 20
 tests_require = [
21 21
     'pytest',
22
+    'bottle',
23
+    'flask',
24
+    'pyramid',
25
+    'webtest',
22 26
 ]
23 27
 dev_require = [
24 28
     'requests',