diff --git a/setup.py b/setup.py index 64e61b7..43d6c60 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ "Development Status :: 5 - Production/Stable", ] -requires = ["requests==1.2.3", ] +requires = ["requests>=2.6.0", ] # This might not be the best idea. try: