Commit Graph

7 Commits

Author SHA1 Message Date
Ansgar Schmidt 451aa899d9
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 "<string>", line 1, in <module>
      File "/tmp/pip-install-tljmk59o/MarkupSafe/setup.py", line 6, in <module>
        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.
2020-07-26 20:42:25 +02:00
Miguel Grinberg 02e4b67015
Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2020-06-18 14:07:41 +01:00
Miguel Grinberg 9a9bdadb70
Chapter 22: Background Jobs (v0.22) 2020-06-18 14:07:41 +01:00
Miguel Grinberg 3827fe2947
Chapter 19: Deployment on Docker Containers (v0.19) 2020-05-17 22:37:31 +01:00
Miguel Grinberg 18cb7b5785
Chapter 18: Deployment on Heroku (v0.18) 2020-05-17 22:37:31 +01:00
Miguel Grinberg 0b1bf5e016
Chapter 16: Full-Text Search (v0.16) 2020-05-17 22:37:31 +01:00
Miguel Grinberg f12464b1c6
Chapter 15: A Better Application Structure (v0.15) 2020-05-17 22:37:30 +01:00