Przeglądaj źródła

Merge branch 'master' into develop

Bastien Sevajol 9 lat temu
rodzic
commit
d67f085741
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      setup.py

+ 2 - 2
setup.py Wyświetl plik

8
 
8
 
9
 install_requires = [
9
 install_requires = [
10
     # Note: Bottle will be an extension in future
10
     # Note: Bottle will be an extension in future
11
-    'bottle==0.12.13',
12
-    'marshmallow==2.13.6',
11
+    'bottle',
12
+    'marshmallow',
13
 ]
13
 ]
14
 tests_require = [
14
 tests_require = [
15
     'pytest',
15
     'pytest',