We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e237b8 commit 3884715Copy full SHA for 3884715
2 files changed
pyproject.toml
@@ -5,11 +5,13 @@ description = "Python client for the PlayerData GraphQL API"
5
authors = [{ name = "PlayerData Engineering", email = "dev@playerdata.com" }]
6
classifiers = ["Private :: Do Not Upload"]
7
readme = "README.md"
8
-requires-python = ">=3.10,<3.13"
+requires-python = ">=3.10,<3.14"
9
dependencies = [
10
"graphql-core>=3.2.0",
11
"httpx>=0.24.0",
12
+ "ipykernel>=7.1.0",
13
"oauthlib>=3.2.0",
14
+ "polars>=1.37.1",
15
"pydantic>=2.0.0",
16
"requests-oauthlib>=2.0.0",
17
]
@@ -26,6 +28,9 @@ dev = [
26
28
requires = ["hatchling"]
27
29
build-backend = "hatchling.build"
30
31
+[tool.hatchling.build.targets.wheel]
32
+packages = ["playerdatapy"]
33
+
34
[tool.uv]
35
keyring-provider = "subprocess"
36
0 commit comments