File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,12 @@ packaging>=20.9;python_version<"3.6"
4
4
packaging >= 21.3 ;python_version >= "3.6"
5
5
setuptools >= 44.1.1 ;python_version < "3.5"
6
6
setuptools >= 50.3.2 ;python_version >= "3.5" and python_version<"3.6"
7
- setuptools >= 59.6.0 ;python_version >= "3.6"
7
+ setuptools >= 60.0.5 ;python_version >= "3.6"
8
8
setuptools-scm >= 5.0.2 ;python_version < "3.6"
9
9
setuptools-scm >= 6.3.2 ;python_version >= "3.6"
10
10
tomli >= 1.2.2 ;python_version >= "3.6" and python_version<"3.7"
11
11
tomli >= 2.0.0 ;python_version >= "3.7"
12
- wheel >= 0.37.0
12
+ wheel >= 0.37.1
13
13
attrs >= 21.2.0
14
14
PyYAML >= 6.0 ;python_version >= "3.6"
15
15
traitlets >= 4.3.3 ;python_version < "3.7"
Original file line number Diff line number Diff line change 106
106
"Programming Language :: Python :: 3.9" ,
107
107
"Programming Language :: Python :: 3.10" ,
108
108
"Topic :: Internet" ,
109
+ "Topic :: Internet :: WWW/HTTP :: Browsers" ,
109
110
"Topic :: Scientific/Engineering" ,
110
111
"Topic :: Software Development" ,
111
112
"Topic :: Software Development :: Quality Assurance" ,
123
124
'packaging>=21.3;python_version>="3.6"' ,
124
125
'setuptools>=44.1.1;python_version<"3.5"' ,
125
126
'setuptools>=50.3.2;python_version>="3.5" and python_version<"3.6"' ,
126
- 'setuptools>=59.6.0 ;python_version>="3.6"' ,
127
+ 'setuptools>=60.0.5 ;python_version>="3.6"' ,
127
128
'setuptools-scm>=5.0.2;python_version<"3.6"' ,
128
129
'setuptools-scm>=6.3.2;python_version>="3.6"' ,
129
130
'tomli>=1.2.2;python_version>="3.6" and python_version<"3.7"' ,
130
131
'tomli>=2.0.0;python_version>="3.7"' ,
131
- "wheel>=0.37.0 " ,
132
+ "wheel>=0.37.1 " ,
132
133
"attrs>=21.2.0" ,
133
134
'PyYAML>=6.0;python_version>="3.6"' ,
134
135
'traitlets>=4.3.3;python_version<"3.7"' ,
You can’t perform that action at this time.
0 commit comments