From 451aa899d9b42b5f24c23fcccc7b83fc285e8c5c Mon Sep 17 00:00:00 2001 From: Ansgar Schmidt Date: Sun, 26 Jul 2020 20:42:25 +0200 Subject: [PATCH] Bump requests from 1.0 to 1.1.1 With python 3.8 the 1.0 version causes installation errors: Using cached MarkupSafe-1.0.tar.gz (14 kB) ERROR: Command errored out with exit status 1: command: /usr/local/bin/python -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-tljmk59o/MarkupSafe/setup.py'"'"'; __file__='"'"'/tmp/pip-install-tljmk59o/MarkupSafe/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' egg_info --egg-base /tmp/pip-pip-egg-info-mdo2iw4n cwd: /tmp/pip-install-tljmk59o/MarkupSafe/ Complete output (5 lines): Traceback (most recent call last): File "", line 1, in File "/tmp/pip-install-tljmk59o/MarkupSafe/setup.py", line 6, in from setuptools import setup, Extension, Feature ImportError: cannot import name 'Feature' from 'setuptools' (/usr/local/lib/python3.8/site-packages/setuptools/__init__.py) ---------------------------------------- ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1462b4e..2700291 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ idna==2.6 itsdangerous==0.24 Jinja2==2.10 Mako==1.0.7 -MarkupSafe==1.0 +MarkupSafe==1.1.1 PyJWT==1.5.3 python-dateutil==2.6.1 python-dotenv==0.7.1