Skip to content

Commit 3884715

Browse files
committed
feat: add required deps
1 parent 5e237b8 commit 3884715

2 files changed

Lines changed: 591 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,13 @@ description = "Python client for the PlayerData GraphQL API"
55
authors = [{ name = "PlayerData Engineering", email = "dev@playerdata.com" }]
66
classifiers = ["Private :: Do Not Upload"]
77
readme = "README.md"
8-
requires-python = ">=3.10,<3.13"
8+
requires-python = ">=3.10,<3.14"
99
dependencies = [
1010
"graphql-core>=3.2.0",
1111
"httpx>=0.24.0",
12+
"ipykernel>=7.1.0",
1213
"oauthlib>=3.2.0",
14+
"polars>=1.37.1",
1315
"pydantic>=2.0.0",
1416
"requests-oauthlib>=2.0.0",
1517
]
@@ -26,6 +28,9 @@ dev = [
2628
requires = ["hatchling"]
2729
build-backend = "hatchling.build"
2830

31+
[tool.hatchling.build.targets.wheel]
32+
packages = ["playerdatapy"]
33+
2934
[tool.uv]
3035
keyring-provider = "subprocess"
3136

0 commit comments

Comments
 (0)