We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf86b7c commit 3c073b7Copy full SHA for 3c073b7
cq_editor/utils.py
@@ -1,6 +1,6 @@
1
import requests
2
3
-from pkg_resources import parse_version
+from packaging.version import parse as parse_version
4
5
from PyQt5 import QtCore, QtWidgets
6
from PyQt5.QtGui import QDesktopServices
pyproject.toml
@@ -13,7 +13,7 @@ dependencies = [
13
"logbook",
14
"requests",
15
"qtconsole>=5.5.1,<5.7.0",
16
- "setuptools"
+ "packaging"
17
]
18
requires-python = ">=3.10,<=3.14"
19
authors = [
0 commit comments