X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=ac0c342e17e7f6f738c85b84e278b380bbe87e80;hp=64e50e0fc028238534f305e84341c819523bbbcf;hb=841260feb5d0bc4d556b3fab34d2f7efbeb78a51;hpb=ae6991d37612d91d8ac834e12033512440a6042e diff --git a/setup.py b/setup.py index 64e50e0..ac0c342 100644 --- a/setup.py +++ b/setup.py @@ -1,25 +1,20 @@ from setuptools import setup, find_packages import os import os.path -import sys # Bumped version -version = '0.5.9' +version = '0.9.9' # Require install_requires = [ "python-dateutil", + "arrow", "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):