File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1- attrs == 21.4.0
1+ attrs == 22.1
22banal == 1.0.6
33beautifulsoup4 == 4.11.1
44binaryornot == 0.4.4
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ py_modules =
6262python_requires = >=3.7
6363
6464install_requires =
65- attrs >= 18.1, !=20.1.0
65+ attrs >= 18.1,!=20.1.0; python_version<'3.11'
66+ attrs >= 22.1; python_version>='3.11'
6667 Beautifulsoup4 >= 4.0.0
6768 boolean.py >= 4.0
6869 chardet >= 3.0.0
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ py_modules =
6262python_requires = >=3.7
6363
6464install_requires =
65- attrs >= 18.1, !=20.1.0
65+ attrs >= 18.1,!=20.1.0; python_version<'3.11'
66+ attrs >= 22.1; python_version>='3.11'
6667 Beautifulsoup4 >= 4.0.0
6768 boolean.py >= 4.0
6869 chardet >= 3.0.0
You can’t perform that action at this time.
0 commit comments