File python-steelscript-allow-recent-requests.patch of Package python-steelscript
diff --git a/setup.py b/setup.py
index 528055f..4269b04 100644
--- a/setup.py
+++ b/setup.py
@@ -46,7 +46,7 @@ class MakeSteel(Command):
install_requires = [
- 'requests>=2.1.0,<2.5',
+ 'requests>=2.1.0',
'importlib',
'python-dateutil',
]