Adds deps to support mysql session backend in LWUI
This is an initial requirement to add support in LWUI for mysql backend, so CI
pipeline passes.
In a future commit the changes to Dockerfile to enable this feature will be
added.
Change-Id: I81330f99d2df85ba4813db130bddab92d3c9574b
Signed-off-by: Benjamin Diaz <bdiaz@whitestack.com>
diff --git a/requirements.txt b/requirements.txt
index d8f43b7..cdc3eb7 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -13,3 +13,5 @@
smmap2==2.0.3
url==0.2.0
wheel==0.24.0
+mysql-python
+sqlalchemy