mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 12:51:36 +00:00
chore: dependency upgrades (2026-04-27)
This commit is contained in:
committed by
github-actions[bot]
parent
4d86d44ec1
commit
934fb7efb9
@@ -4,11 +4,9 @@ dynamic = [
|
||||
"version",
|
||||
]
|
||||
authors = [
|
||||
{ name="Jay Lee", email="jay0lee@gmail.com" },
|
||||
{ name="Ross Scroggs", email="Ross.Scroggs@gmail.com" },
|
||||
{ name = "Jay Lee", email = "jay0lee@gmail.com" },
|
||||
{ name = "Ross Scroggs", email = "Ross.Scroggs@gmail.com" },
|
||||
]
|
||||
# notice that yubikey-manager remains optional further down since it is less command and adds
|
||||
#significant compile dependencies.
|
||||
dependencies = [
|
||||
"arrow>=1.3.0",
|
||||
"chardet==5.2.0",
|
||||
@@ -38,11 +36,17 @@ classifiers = [
|
||||
"Programming Language :: Python :: 3.14",
|
||||
"Operating System :: OS Independent",
|
||||
]
|
||||
license = {text = "Apache License (2.0)"}
|
||||
license-files = ["LICEN[CS]E*"]
|
||||
license-files = [
|
||||
"LICEN[CS]E*",
|
||||
]
|
||||
|
||||
[project.license]
|
||||
text = "Apache License (2.0)"
|
||||
|
||||
[project.optional-dependencies]
|
||||
yubikey = ["yubikey-manager>=5.6.1"]
|
||||
yubikey = [
|
||||
"yubikey-manager>=5.6.1",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
gam = "gam.__main__:main"
|
||||
@@ -57,7 +61,14 @@ Chat = "https://git.io/gam-chat"
|
||||
path = "src/gam/__init__.py"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/gam"]
|
||||
packages = [
|
||||
"src/gam",
|
||||
]
|
||||
|
||||
[tool.uv]
|
||||
overrides = [
|
||||
"urllib3>=2.7.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
requires = [
|
||||
|
||||
Reference in New Issue
Block a user