requirements for repeatable install
[rainbowstream.git] / setup.py
index 2c3df425e31f8ae798843ac9b1df2f4250b28dd3..fe816d19ecf41cfd7334a098001bf7fe08ba5a68 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -9,13 +9,13 @@ else:
     from shlex import quote
 
 # Bumped version
-version = '1.3.6'
+version = '1.5.2'
 
 # Require
 install_requires = [
     "python-dateutil",
     "arrow",
-    "requests==2.5.3",
+    "requests",
     "pyfiglet",
     "twitter",
     "Pillow",
@@ -53,6 +53,8 @@ setup(name='rainbowstream',
           "Programming Language :: Python :: 3.3",
           "Programming Language :: Python :: 3.4",
           "Programming Language :: Python :: 3.5",
+          "Programming Language :: Python :: 3.6",
+          "Programming Language :: Python :: 3.7",
           "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries",
           "Topic :: Utilities",
           "License :: OSI Approved :: MIT License",
@@ -66,6 +68,7 @@ setup(name='rainbowstream',
       include_package_data=True,
       zip_safe=True,
       install_requires=install_requires,
+      long_description_content_type='text/markdown',
       entry_points="""
       # -*- Entry points: -*-
       [console_scripts]