Skip to content

Commit

Permalink
Remove direct dependency on markupsafe
Browse files Browse the repository at this point in the history
This sorts potential dependency conflicts with jinja2 which is the
only place where markupsafe is used (since version 2.7)
  • Loading branch information
ssbarnea committed May 12, 2021
1 parent a6113ea commit cf04951
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@

requirements = [
'binaryornot>=0.4.4',
'Jinja2<4.0.0',
'Jinja2>=2.7,<4.0.0',
'click>=7.0',
'pyyaml>=5.3.1',
'jinja2-time>=0.2.0',
'python-slugify>=4.0.0',
'requests>=2.23.0',
'MarkupSafe<2.0.0',
]

setup(
Expand Down

0 comments on commit cf04951

Please sign in to comment.