mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 05:04:38 +03:00
chore: migrate to patch_ng
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -27,7 +27,7 @@ from logging import getLogger
|
|||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
from typing import Dict, List, Optional, Union
|
from typing import Dict, List, Optional, Union
|
||||||
|
|
||||||
import patch
|
import patch_ng as patch
|
||||||
|
|
||||||
from aqt.archives import TargetConfig
|
from aqt.archives import TargetConfig
|
||||||
from aqt.exceptions import UpdaterError
|
from aqt.exceptions import UpdaterError
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ dependencies = [
|
|||||||
"bs4", # canonical name is beautifulsoup4
|
"bs4", # canonical name is beautifulsoup4
|
||||||
"defusedxml",
|
"defusedxml",
|
||||||
"humanize",
|
"humanize",
|
||||||
"patch>=1.16",
|
"patch-ng",
|
||||||
"py7zr>=0.22.0",
|
"py7zr>=0.22.0",
|
||||||
"requests>=2.31.0",
|
"requests>=2.31.0",
|
||||||
"semantic-version",
|
"semantic-version",
|
||||||
|
|||||||
Reference in New Issue
Block a user