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 5d263d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
- stable/*
tags:
- "*"
pull_request:
Expand Down
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 5d263d8

Please sign in to comment.