Replace pgk_resources.parse_version with packaging.version.parse

This removes the final dependency in pkg_resources. Closes #2347.
This commit is contained in:
Waylan Limberg
2021-04-06 15:30:35 -04:00
parent ec64ab40a5
commit 24f7e12efb
4 changed files with 12 additions and 9 deletions

View File

@@ -60,7 +60,8 @@ setup(
'tornado>=5.0',
'ghp-import>=1.0',
'pyyaml_env_tag>=0.1',
'importlib_metadata>=3.10'
'importlib_metadata>=3.10',
'packaging>=20.5'
],
python_requires='>=3.6',
entry_points={