Skip to content

Commit

Permalink
Also update the minimal requirements in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Gagi2k committed Jul 6, 2021
1 parent 11a3a64 commit 6b7d4f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@
install_requires=[
'click>=6.7',
'antlr4-python3-runtime>=4.7.1',
'jinja2>=2.11.3',
'jinja2>=2.10.3',
'path.py>=11.0.1',
'pyyaml>=5.4',
'pyyaml>=5.1',
'typing>=3.6.4',
'watchdog>=0.8.3',
'six>=1.11.0',
Expand Down

0 comments on commit 6b7d4f9

Please sign in to comment.