From 1ff18930e872f5593ed6247354491e177f09b916 Mon Sep 17 00:00:00 2001 From: thequbit Date: Sat, 9 May 2015 13:34:16 -0400 Subject: [PATCH] fixed error in setup.py file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9fa1211..4500575 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ "beautifulsoup4==4.3.2", "libmagic==1.0", "pika==0.9.14", - "sqlalchemy=1.0.3", + "sqlalchemy==1.0.3", "python-magic==0.4.6", "six==1.5.2", "wsgiref==0.1.2",