Skip to content

Commit

Permalink
fix: pin dataclassy to avoid AttributeError with v0.10.1 (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
fubuloubu authored May 26, 2021
1 parent d1a6e02 commit 1131c11
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 @@ -61,7 +61,7 @@
install_requires=[
"backports.cached_property ; python_version<'3.8'",
"click>=8.0.0",
"dataclassy>=0.8.2,<1.0",
"dataclassy==0.10.0", # see https://github.com/biqqles/dataclassy/issues/46
"eth-account>=0.5.2,<0.6.0",
"pluggy>=0.13.1,<1.0",
"PyGithub>=1.54,<2.0",
Expand Down

0 comments on commit 1131c11

Please sign in to comment.