X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=setup.py;h=e3532579bb86e416db9852ff9be941c7ee7f32ed;hb=b7c9c57089a6af1d818b72bbab96a7f15871c0d1;hp=64e50e0fc028238534f305e84341c819523bbbcf;hpb=ae6991d37612d91d8ac834e12033512440a6042e;p=rainbowstream.git diff --git a/setup.py b/setup.py index 64e50e0..e353257 100644 --- a/setup.py +++ b/setup.py @@ -1,25 +1,19 @@ from setuptools import setup, find_packages import os import os.path -import sys # Bumped version -version = '0.5.9' +version = '0.7.8' # Require install_requires = [ "python-dateutil", "requests", "pyfiglet", - "SQLAlchemy", "twitter", "Pillow", ] -# Python 3 doesn't have pysqlite -if sys.version[0] == "2": - install_requires += ["pysqlite"] - # Copy default config if not exists default = os.path.expanduser("~") + os.sep + '.rainbow_config.json' if not os.path.isfile(default):