Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
# requirements.txt after adding the apiprotect package
file:./vendored/apiprotect-1.0.1.tar.gz
Jinja2<2.12
SQLAlchemy<1.4.0
advocate>=1.0.0,<2.0
boto3<2.0.0
falcon-cors<1.2.0
falcon<4.0.0

Example installing dependency via pip

Code Block
languagebash
pip install ./apiprotect-1.0.1.tar.gz

Step 2: Add the middleware to the application

...