From 30d8dd16332e1261ca275d9d5a928668f63e6aae Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 15 Feb 2015 22:52:37 -0600 Subject: [PATCH] Add SQLAlchemy to requirements list --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index bd72750..9da4f21 100644 --- a/setup.py +++ b/setup.py @@ -12,5 +12,6 @@ setup( package_dir={'': 'src'}, install_requires=[ 'Milla', + 'SQLAlchemy', ], )