소스 검색

Merge branch 'master' into develop

Bastien Sevajol 6 년 전
부모
커밋
d67f085741
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
     'pytest',