Skip to content

Commit

Permalink
Fix dependency conflicts
Browse files Browse the repository at this point in the history
This backports changes already made to master via: cookiecutter#1549 and cookiecutter#1548
  • Loading branch information
ssbarnea committed May 14, 2021
1 parent 7a5f253 commit d3d2d40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Expand Up @@ -26,14 +26,13 @@

requirements = [
'binaryornot>=0.4.4',
'Jinja2<3.0.0',
'Jinja2>=2.7,<4.0.0',
'click>=7.0',
'poyo>=0.5.0',
'jinja2-time>=0.2.0',
'python-slugify>=4.0.0',
'requests>=2.23.0',
'six>=1.10',
'MarkupSafe<2.0.0',
]

if sys.argv[-1] == 'readme':
Expand Down

0 comments on commit d3d2d40

Please sign in to comment.