fix bug setup.py
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Mon, 14 Jul 2014 05:07:41 +0000 (14:07 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Mon, 14 Jul 2014 05:07:41 +0000 (14:07 +0900)
setup.py

index 2e71d86499f78288359fb9b49017f66c6a5cda77..5f31061857b2f1e1fec6edf963570eb48b66a4d6 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -12,7 +12,7 @@ install_requires = [
     "Pillow",
 ]
 if sys.version[0] == "2":
-    install_requires += "pysqlite"
+    install_requires += ["pysqlite"]
 
 setup(name='rainbowstream',
       version=version,