ソースを参照

remove specific versions for deps

Bastien Sevajol 6 年 前
コミット
19507931c7
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      setup.py

+ 2 - 2
setup.py ファイルの表示

@@ -8,8 +8,8 @@ here = path.abspath(path.dirname(__file__))
8 8
 
9 9
 install_requires = [
10 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 14
 tests_require = []
15 15