Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cq_editor/utils.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import requests

from pkg_resources import parse_version
from packaging.version import parse as parse_version

from PyQt5 import QtCore, QtWidgets
from PyQt5.QtGui import QDesktopServices
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"logbook",
"requests",
"qtconsole>=5.5.1,<5.7.0",
"setuptools"
"packaging"
]
requires-python = ">=3.10,<=3.14"
authors = [
Expand Down