瀏覽代碼

update setup.py dependencies comments

Bastien Sevajol 6 年之前
父節點
當前提交
21dba1dfad
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      setup.py

+ 2 - 1
setup.py 查看文件

@@ -7,7 +7,8 @@ from os import path
7 7
 here = path.abspath(path.dirname(__file__))
8 8
 
9 9
 install_requires = [
10
-    # Note: Bottle will be an extension in future
10
+    # TODO: Bottle will be an extension in future
11
+    # TODO: marshmallow an extension too ?
11 12
     'bottle',
12 13
     'marshmallow',
13 14
 ]