mirror of
https://github.com/mvt-project/mvt.git
synced 2026-02-12 16:42:45 +00:00
Update pyproject.toml (#630)
This commit is contained in:
@@ -36,6 +36,7 @@ dependencies = [
|
||||
"pydantic >= 2.10.0",
|
||||
"pydantic-settings >= 2.7.0",
|
||||
'backports.zoneinfo; python_version < "3.9"',
|
||||
"NSKeyedUnArchiver==1.5",
|
||||
]
|
||||
requires-python = ">= 3.8"
|
||||
|
||||
@@ -103,4 +104,4 @@ where = ["src"]
|
||||
mvt = ["ios/data/*.json"]
|
||||
|
||||
[tool.setuptools.dynamic]
|
||||
version = {attr = "mvt.common.version.MVT_VERSION"}
|
||||
version = {attr = "mvt.common.version.MVT_VERSION"}
|
||||
|
||||
Reference in New Issue
Block a user