浏览代码

Update requirements

theenglishway (time) 6 年之前
父节点
当前提交
34e637b20e
共有 3 个文件被更改,包括 6 次插入3 次删除
  1. 0 1
      planner/__init__.py
  2. 0 1
      planner/database.py
  3. 6 1
      setup.cfg

+ 0 - 1
planner/__init__.py

@@ -1,4 +1,3 @@
-from tinydb import TinyDB
 from cerberus import schema_registry
 
 from .database import db

+ 0 - 1
planner/database.py

@@ -42,5 +42,4 @@ class Encoder(json.JSONEncoder):
 
         return o.__dict__
 
-#db = TinyDB('planning.json', indent=4, cls=Encoder)
 db = TinyDB('planning.yaml', storage=YAMLStorage)

+ 6 - 1
setup.cfg

@@ -22,7 +22,12 @@ zip_safe = False
 include_package_data = True
 packages = find:
 install_requires = 
-	flask
+	Cerberus
+	Click
+	colorama
+	PyYaml
+	termcolor
+	TinyDb
 
 [options.packages.find]
 exclude =