Skip to content

Commit

Permalink
Merge pull request #294 from DavidHuebner/#293-Relax_dependendcy_on_a…
Browse files Browse the repository at this point in the history
…ttrs

Issue #293: Relaxed dependency on attrs
  • Loading branch information
DavidHuebner authored Nov 15, 2023
2 parents f72218c + 0050208 commit e05ef70
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 e05ef70

Please sign in to comment.