Adds migration engine for peewee ORM
Change-Id: I8829dd6e3858149fad9e1c37d773c78523d8c05f
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/setup.py b/setup.py
index ab5f600..ed2bf7d 100644
--- a/setup.py
+++ b/setup.py
@@ -53,17 +53,17 @@
install_requires=[
"aiokafka==0.4.*",
"requests==2.18.*",
- "cherrypy==14.0.*",
"jsmin==2.2.*",
"jsonschema==2.6.*",
"python-keystoneclient==3.15.*",
"six==1.11.*",
- "peewee==3.1.*",
+ "peewee==3.8.*",
"pyyaml==3.*",
"prometheus_client==0.4.*",
"gnocchiclient==7.0.*",
"pyvcloud==19.1.1",
"python-ceilometerclient==2.9.*",
+ "peewee-migrate==1.1.*",
"osm-common",
"n2vc"
],