projects
/
rainbowstream.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bumped version
[rainbowstream.git]
/
setup.py
diff --git
a/setup.py
b/setup.py
index
af31317
..
c5ab2d2
100644
(file)
--- a/
setup.py
+++ b/
setup.py
@@
-1,13
+1,12
@@
from setuptools import setup, find_packages
-version = '0.2.
7
'
+version = '0.2.
8
'
install_requires = [
"python-dateutil",
"requests",
"pyfiglet",
"SQLAlchemy",
- "pysqlite",
"twitter",
"Pillow",
]