We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3bc926a + e539489 commit 3d5d897Copy full SHA for 3d5d897
2 files changed
pyproject.toml
@@ -3,13 +3,11 @@ name = "playerdatapy"
3
version = "0.1.0"
4
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.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",
@@ -22,6 +20,7 @@ dev = [
22
20
"ruff>=0.14.14",
23
21
"pytest>=8.4.2",
24
"pytest-asyncio>=0.24.0",
+ "ipykernel>=7.1.0",
25
]
26
27
[build-system]
0 commit comments