Commit Graph

25 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 faeefc25c2
Chapter 21: User Notifications (v0.21) 2020-06-18 14:07:40 +01:00
Miguel Grinberg 42c411aeae
Chapter 20: Some JavaScript Magic (v0.20) 2020-06-18 14:07:40 +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 4f3c0293c8
Chapter 17: Deployment on Linux (v0.17) 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
Miguel Grinberg 446c6aa581
Chapter 14: Ajax (v0.14) 2020-05-17 22:37:30 +01:00
Miguel Grinberg 22fe46f615
Chapter 13: I18n and L10n (v0.13) 2020-05-17 22:37:28 +01:00
Miguel Grinberg 5a32dcfba5
Chapter 12: Dates and Times (v0.12) 2020-05-17 22:35:53 +01:00
Miguel Grinberg 67389dacbd
Chapter 11: Facelift (v0.11) 2020-05-17 22:35:47 +01:00
Miguel Grinberg a0c42a84d9
Chapter 10: Email Support (v0.10) 2020-05-17 17:42:44 +01:00
Miguel Grinberg a880027154
Chapter 9: Pagination (v0.9) 2020-05-17 17:41:39 +01:00
Miguel Grinberg 98e909b108
Chapter 8: Followers (v0.8) 2020-05-17 17:37:06 +01:00
Miguel Grinberg f54844763e
Chapter 7: Error Handling (v0.7) 2019-11-27 20:03:01 +00:00
Miguel Grinberg 7a60858dbb
Chapter 6: Profile Page and Avatars (v0.6) 2019-11-27 20:03:01 +00:00
Miguel Grinberg 8120e78be2
Chapter 5: User Logins (v0.5) 2019-11-27 20:03:00 +00:00
Miguel Grinberg 95282d34be
Chapter 4: Database (v0.4) 2019-11-27 20:03:00 +00:00
Miguel Grinberg fe03296655
Chapter 3: Web Forms (v0.3) 2019-11-27 20:03:00 +00:00
Miguel Grinberg 95154070d7
Chapter 2: Templates (v0.2) 2019-11-27 20:03:00 +00:00
Miguel Grinberg 23b3fc85d4
Chapter 1: Hello, World! (v0.1) 2019-11-27 20:02:52 +00:00
Miguel Grinberg e308d0d969
Initial commit (v0.0) 2018-01-06 08:36:36 -08:00