File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 99from functools import partial
1010
1111import zmq
12- from pkg_resources import parse_version as V
12+ from packaging . version import Version as V
1313from traitlets .config .application import Application
1414
1515
Original file line number Diff line number Diff line change 99
1010import jupyter_client
1111import pytest
12- from pkg_resources import parse_version as V
12+ from packaging . version import Version as V
1313from traitlets import (
1414 Bool ,
1515 Dict ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ def run(self):
7171 'appnope;platform_system=="Darwin"' ,
7272 "psutil" ,
7373 "nest_asyncio" ,
74- "setuptools>=60" , # for pkg_resources
74+ "packaging" ,
7575 ],
7676 extras_require = {
7777 "test" : [
You can’t perform that action at this time.
0 commit comments