From 8a80ba426f2eee47c3b884abb27bbf7a3d325a5c Mon Sep 17 00:00:00 2001 From: richard-dds Date: Mon, 23 Jul 2018 14:45:08 -0400 Subject: [PATCH] Merge pipfiles --- Pipfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Pipfile b/Pipfile index eb946fb9..81cadd0d 100644 --- a/Pipfile +++ b/Pipfile @@ -10,6 +10,9 @@ Unipath = "==1.1" wtforms-tornado = "*" pendulum = "*" redis = "*" +sqlalchemy = "*" +alembic = "*" +"psycopg2-binary" = "*" [dev-packages] bandit = "*" @@ -20,6 +23,7 @@ ipdb = "*" pylint = "*" black = "*" pytest-watch = "*" +factory-boy = "*" [requires] python_version = "3.6"