Update index.rst
[rainbowstream.git] / setup.py
index f671f4913193709bc6e5a8d200a21ea9bcff792d..9e5b65e536e0ad41e0f1bd838ef9e9cb1546609c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,18 +1,16 @@
 from setuptools import setup, find_packages
-from io import open
 import os
 import os.path
 import sys
 
 # Bumped version
-version = '0.5.7'
+version = '0.6.0'
 
 # Require
 install_requires = [
     "python-dateutil",
     "requests",
     "pyfiglet",
-    "SQLAlchemy",
     "twitter",
     "Pillow",
 ]
@@ -33,7 +31,7 @@ if not os.path.isfile(default):
 setup(name='rainbowstream',
       version=version,
       description="A smart and nice Twitter client on terminal.",
-      long_description=open("./README.rst", "r", encoding='utf-8').read(),
+      long_description=open("./README.rst", "r").read(),
       classifiers=[
           "Development Status :: 5 - Production/Stable",
           "Environment :: Console",