Skip to content

Commit

Permalink
FIxed: Jinja2&Six version limits causing build errors with ansible pr…
Browse files Browse the repository at this point in the history
…oject (#1384)
  • Loading branch information
insspb committed Apr 21, 2020
1 parent b943abf commit 26aaf34
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@

requirements = [
'binaryornot>=0.4.4',
'Jinja2<=2.11.0',
'click>=7.1.1',
'Jinja2<3.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.14',
'six>=1.10',
'MarkupSafe<2.0.0',
]

Expand Down

0 comments on commit 26aaf34

Please sign in to comment.