Skip to content

Commit

Permalink
Fix dependency conflicts (#1550)
Browse files Browse the repository at this point in the history
This backports changes already made to master via: #1549 and #1548
  • Loading branch information
ssbarnea committed May 14, 2021
1 parent 28463db commit 8925d8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Expand Up @@ -9,7 +9,7 @@ on:
- "*"
pull_request:
branches:
- "*"
- "**"

jobs:
build:
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 8925d8c

Please sign in to comment.