Skip to content

Commit

Permalink
fix: depend on python-3.8-supporting version of cattrs (#1177)
Browse files Browse the repository at this point in the history
Fixes #913
  • Loading branch information
RomainMuller committed Jan 8, 2020
1 parent 9dadce9 commit e9b00c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@jsii/python-runtime/setup.py
Expand Up @@ -29,7 +29,7 @@

install_requires=[
"attrs>=18.2",
"cattrs",
"cattrs>=1.0.0",
"importlib_resources ; python_version < '3.7'",
"python-dateutil",
"typing_extensions>=3.6.4",
Expand Down

0 comments on commit e9b00c8

Please sign in to comment.