Skip to content

Commit

Permalink
Fix support for Python 3.8
Browse files Browse the repository at this point in the history
Python 3.8 does not have `typing.Annotated` built-in.
  • Loading branch information
amotl committed Apr 15, 2024
1 parent 48867b3 commit 708cb08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
},
zip_safe=False,
install_requires=[
"annotated-types<1; python_version<'3.9'",
"docopt-ng>=0.6,<1",
"munch>=2.3,<5",
"Pillow>=8,<11",
Expand Down

0 comments on commit 708cb08

Please sign in to comment.