-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
46 lines (41 loc) · 1 KB
/
Copy pathpyproject.toml
File metadata and controls
46 lines (41 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
[project]
name = "webkist_display"
version = "3.0.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"dateparser>=1.2.2",
"google-api-python-client>=2.174.0",
"google-auth>=2.40.3",
"google-auth-oauthlib>=1.2.2",
"google-genai>=1.22.0",
"heospy",
"hsluv>=5.0.4",
"mcp[cli]>=1.10.1",
"numpy>=2.3.1",
"openai>=1.0.0",
"pandas>=2.3.3",
"perlin-numpy",
"pillow>=11.2.1",
"plexapi>=4.17.0",
"pychromecast>=14.0.7",
"pygame>=2.6.1",
"scipy>=1.16.0",
"simplejson>=3.20.1",
"skyfield>=1.54",
"spotipy>=2.25.1",
"statsd>=4.0.1",
]
[tool.uv.sources]
perlin-numpy = { git = "https://github.com/pvigier/perlin-numpy" }
heospy = { git = "https://github.com/mikewebkist/heospy.git" }
[tool.hatch.build]
include = [
"src/webkist_display/assets"
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/webkist_display"]