Skip to content

Commit

Permalink
chore: mando 0.7 support (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
ajslater committed Mar 25, 2023
1 parent 27b78d1 commit 84db767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
packages=find_packages(),
tests_require=['tox'],
install_requires=[
'mando>=0.6,<0.7',
'mando>=0.6,<0.8',
'colorama==0.4.1;python_version<="3.4"',
'colorama>=0.4.1;python_version>"3.4"',
],
Expand Down

0 comments on commit 84db767

Please sign in to comment.