# The requirements file is a way to get pip to install specific packages to 
# make up an environment.

flask<2.0  # issue4280
werkzeug<2.0  # issue4280
MarkupSafe<2.1.0  # https://github.com/pallets/jinja/issues/1596

.
