mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-17 04:34:37 +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 typing import Dict, List, Optional, Union
|
||||
|
||||
import patch
|
||||
import patch_ng as patch
|
||||
|
||||
from aqt.archives import TargetConfig
|
||||
from aqt.exceptions import UpdaterError
|
||||
|
||||
@@ -25,7 +25,7 @@ dependencies = [
|
||||
"bs4", # canonical name is beautifulsoup4
|
||||
"defusedxml",
|
||||
"humanize",
|
||||
"patch>=1.16",
|
||||
"patch-ng",
|
||||
"py7zr>=0.22.0",
|
||||
"requests>=2.31.0",
|
||||
"semantic-version",
|
||||
|
||||
Reference in New Issue
Block a user