Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #456 from StartupsPoleEmploi/jimmyd/fix_markup_safe
Browse files Browse the repository at this point in the history
Fix markupsafe version requirement issue
  • Loading branch information
JimmyDore authored Mar 12, 2020
2 parents d4f78e4 + 88efd2a commit 7311af3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 4 additions & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,7 @@ raven[flask]
# Load testing.
locustio
pyzmq
remote-pdb
remote-pdb

#Fix markupsafe issue 1.0
markupsafe==1.1.1
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
# pip-compile --output-file requirements.txt requirements.in
#
alembic==0.9.10
appnope==0.1.0 # via ipython
astroid==1.6.5 # via pylint
babel==2.6.0 # via flask-babelex
backcall==0.1.0 # via ipython
Expand Down Expand Up @@ -51,7 +50,7 @@ line-profiler==2.0
locustio==0.7.5
mailjet-rest==1.3.3
mako==1.0.7 # via alembic
markupsafe==1.0 # via jinja2, mako
markupsafe==1.1.1
mccabe==0.6.1 # via pylint
msgpack-python==0.5.6 # via locustio
mysqlclient==1.4.2.post1
Expand Down

0 comments on commit 7311af3

Please sign in to comment.