projects
/
rainbowstream.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3966e82
)
fix bug setup.py
author
vunhat_minh
<vunhat_minh@dwango.co.jp>
Mon, 14 Jul 2014 05:07:41 +0000
(14:07 +0900)
committer
vunhat_minh
<vunhat_minh@dwango.co.jp>
Mon, 14 Jul 2014 05:07:41 +0000
(14:07 +0900)
setup.py
patch
|
blob
|
blame
|
history
diff --git
a/setup.py
b/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,