Skip to content

Commit

Permalink
Issue #293: Relaxed dependency on attrs
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuebner committed Nov 9, 2023
1 parent f72218c commit 0050208
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 @@ -21,7 +21,7 @@

install_requires = [
"lxml~=4.9.1",
"attrs==21.2.*",
"attrs>=21.2,<24",
"sortedcontainers==2.4.*",
"toposort==1.7",
"more-itertools==8.12.*",
Expand Down

0 comments on commit 0050208

Please sign in to comment.