mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-06 22:54:16 +02:00
fix -> missing Python hard dependency: packaging
This commit is contained in:
@@ -6,7 +6,7 @@ from datetime import datetime
|
||||
from typing import List, Dict, Set, Iterable, Optional
|
||||
|
||||
from packaging.version import Version
|
||||
from pkg_resources import parse_version
|
||||
from packaging.version import parse as parse_version
|
||||
|
||||
from bauh.api.exception import NoInternetException
|
||||
from bauh.commons.system import new_subprocess, run_cmd, SimpleProcess, ProcessHandler
|
||||
|
||||
Reference in New Issue
Block a user