X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b36df7bf3407ca3f6b77677b3b4a666e91ade1c5;hp=8e4d00f169628b6e3e945833312f9f84d69d3165;hb=27c289e939388189d9c2ce2f2c9c229eb5634392;hpb=bb68c6872988e8bcb1f125dc86dba67ceb8a1415 diff --git a/setup.py b/setup.py index 8e4d00f..b36df7b 100644 --- a/setup.py +++ b/setup.py @@ -3,13 +3,13 @@ import os import os.path # Bumped version -version = '1.2.7' +version = '1.3.3' # Require install_requires = [ "python-dateutil", "arrow", - "requests", + "requests==2.5.3", "pyfiglet", "twitter", "Pillow", @@ -39,6 +39,7 @@ setup(name='rainbowstream', "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", + "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities", "License :: OSI Approved :: MIT License",