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
2
2
banal == 1.0.6
3
3
beautifulsoup4 == 4.11.1
4
4
binaryornot == 0.4.4
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ py_modules =
62
62
python_requires = >=3.7
63
63
64
64
install_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'
66
67
Beautifulsoup4 >= 4.0.0
67
68
boolean.py >= 4.0
68
69
chardet >= 3.0.0
Original file line number Diff line number Diff line change @@ -62,7 +62,8 @@ py_modules =
62
62
python_requires = >=3.7
63
63
64
64
install_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'
66
67
Beautifulsoup4 >= 4.0.0
67
68
boolean.py >= 4.0
68
69
chardet >= 3.0.0
You can’t perform that action at this time.
0 commit comments