Skip to content

Commit

Permalink
update agate for python 3.10 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinNowak committed Dec 31, 2021
1 parent 81ffcd5 commit 835830a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def read(fname):
install_requires=[
'Jinja2==2.11.3',
'PyYAML>=3.11',
'agate>=1.6,<1.6.2',
'agate==1.6.3',
'colorama>=0.3.9,<0.4.5',
'dataclasses>=0.6,<0.9;python_version<"3.7"',
'hologram==0.0.14',
Expand Down

0 comments on commit 835830a

Please sign in to comment.