Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/update-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Setup python
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
with:
python-version: '3.12'
python-version: '3.14'

- name: Setup node
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
Expand All @@ -46,7 +46,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
python -m pip install -r requirements.txt
python -m pip install .

- name: Install npm dependencies
run: npm install --ignore-scripts
Expand Down
41 changes: 41 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "dashboard"
dynamic = ["version"]
description = "Dashboard for LizardByte"
requires-python = ">=3.14"
license = {text = "MIT"}
authors = [
{name = "LizardByte", email = "[email protected]"}
]

dependencies = [
"cloudscraper==1.2.71",
"crowdin-api-client==1.26.0",
"ipython==9.10.0",
"itables==2.7.0",
"notebook==7.5.3",
"pandas==3.0.1",
"pillow==12.1.1",
"plotly==5.24.1",
"pygithub==2.8.1",
"python-dotenv==1.2.1",
"requests==2.32.5",
"svgwrite==1.4.3",
"tqdm==4.67.3",
"unhandled_exit==1.0.0",
]

[project.optional-dependencies]
dev = [
"nb-clean==4.0.1",
"nbqa[toolchain]==1.9.1",
]

[project.urls]
Homepage = "https://app.lizardbyte.dev/Sunshine"
Repository = "https://github.com/LizardByte/Sunshine"
Issues = "https://github.com/LizardByte/Sunshine/issues"
2 changes: 0 additions & 2 deletions requirements-dev.txt

This file was deleted.

14 changes: 0 additions & 14 deletions requirements.txt

This file was deleted.