Преглед изворни кода

update setup.py dependencies comments

Bastien Sevajol пре 8 година
родитељ
комит
21dba1dfad
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      setup.py

+ 2 - 1
setup.py Прегледај датотеку

7
 here = path.abspath(path.dirname(__file__))
7
 here = path.abspath(path.dirname(__file__))
8
 
8
 
9
 install_requires = [
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
     'bottle',
12
     'bottle',
12
     'marshmallow',
13
     'marshmallow',
13
 ]
14
 ]