Unverified Commit 9de841bc authored by Yang Wang's avatar Yang Wang Committed by GitHub
Browse files

Use `types-setuptools` as `types-pkg_resources` is Yanked (#637)

* https://pypi.org/project/types-pkg-resources/
* Use types-setuptools instead
parent 2101e933
...@@ -200,7 +200,7 @@ def run(self): ...@@ -200,7 +200,7 @@ def run(self):
'pytest-subtests>=0.4.0', 'pytest-subtests>=0.4.0',
'pytest>=6.2.2, <=7.4.4', 'pytest>=6.2.2, <=7.4.4',
'types-markdown', 'types-markdown',
'types-pkg_resources', 'types-setuptools',
'types-pyyaml', 'types-pyyaml',
'typing-extensions>=3.10', 'typing-extensions>=3.10',
'urllib3<2.0', 'urllib3<2.0',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment