Go to file
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
app Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2020-06-18 14:07:41 +01:00
deployment Chapter 22: Background Jobs (v0.22) 2020-06-18 14:07:41 +01:00
migrations Chapter 23: Application Programming Interfaces (APIs) (v0.23) 2020-06-18 14:07:41 +01:00
.flaskenv Chapter 1: Hello, World! (v0.1) 2019-11-27 20:02:52 +00:00
.gitattributes Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
.gitignore Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Dockerfile Chapter 19: Deployment on Docker Containers (v0.19) 2020-05-17 22:37:31 +01:00
LICENSE Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Procfile Chapter 22: Background Jobs (v0.22) 2020-06-18 14:07:41 +01:00
README.md Initial commit (v0.0) 2018-01-06 08:36:36 -08:00
Vagrantfile Chapter 17: Deployment on Linux (v0.17) 2020-05-17 22:37:31 +01:00
babel.cfg Chapter 13: I18n and L10n (v0.13) 2020-05-17 22:37:28 +01:00
boot.sh Chapter 19: Deployment on Docker Containers (v0.19) 2020-05-17 22:37:31 +01:00
config.py Chapter 22: Background Jobs (v0.22) 2020-06-18 14:07:41 +01:00
microblog.py Chapter 22: Background Jobs (v0.22) 2020-06-18 14:07:41 +01:00
requirements.txt Bump requests from 1.0 to 1.1.1 2020-07-26 20:42:25 +02:00
tests.py Chapter 16: Full-Text Search (v0.16) 2020-05-17 22:37:31 +01:00

README.md

Welcome to Microblog!

This is an example application featured in my Flask Mega-Tutorial. See the tutorial for instructions on how to work with it.