Update pyproject.toml for add dependency (#14058)

* Update pyproject.toml

* Update pyproject.toml
This commit is contained in:
张春乔 2024-10-21 23:10:01 +08:00 committed by GitHub
parent de457325cd
commit 9bb94f9a81
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,7 +56,9 @@ dependencies = [
"beautifulsoup4",
"fonttools>=4.24.0",
"fire>=0.3.0",
"requests"
"requests",
"albumentations==1.4.10",
"albucore==0.0.13"
]
[project.urls]