X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=blobdiff_plain;f=setup.py;h=b36df7bf3407ca3f6b77677b3b4a666e91ade1c5;hp=d95c41177ee7ef83cb6ccc8335efa95283e90182;hb=6df2f51ba4fe6293b6741bb1043980e233d0889d;hpb=335e7803e51d6c981c422f835a102e3e51429d8f diff --git a/setup.py b/setup.py index d95c411..b36df7b 100644 --- a/setup.py +++ b/setup.py @@ -3,15 +3,17 @@ import os import os.path # Bumped version -version = '0.6.4' +version = '1.3.3' # Require install_requires = [ "python-dateutil", - "requests", + "arrow", + "requests==2.5.3", "pyfiglet", "twitter", "Pillow", + "PySocks" ] # Copy default config if not exists @@ -37,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",