Explorar el Código

update setup.py dependencies comments

Bastien Sevajol hace 6 años
padre
commit
21dba1dfad
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      setup.py

+ 2 - 1
setup.py Ver fichero

@@ -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
 ]