1 Commits

Author SHA1 Message Date
renovate[bot]
b5b9d71bb5 ⬆️ Update lock file 2026-01-06 16:47:33 +00:00
5 changed files with 9 additions and 9 deletions

View File

@@ -2,9 +2,11 @@ name: CI/CD
on: on:
push: push:
branches: [ "master" ] branches: [ "main", "dev" ]
# Publish semver tags as releases.
tags: [ 'v*.*.*' ]
pull_request: pull_request:
branches: [ "master" ] branches: ["dev"]
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}

View File

@@ -134,8 +134,6 @@ The compose configuration includes:
- Image rebuild on Dockerfile changes - Image rebuild on Dockerfile changes
- Environment variable loading from `.env` file - Environment variable loading from `.env` file
When developing locally, you will most likely need to use a service like [ngrok](https://ngrok.com/) to expose your local server to the internet for Discord interactions.
## License ## License
Copyright (c) Paillat-dev Copyright (c) Paillat-dev

View File

@@ -9,7 +9,7 @@ dependencies = [
"discord-progress-bar>=0.1.2", "discord-progress-bar>=0.1.2",
"moviepy>=2.2.1", "moviepy>=2.2.1",
"playwright>=1.56.0", "playwright>=1.56.0",
"py-cord>=2.7.0", "py-cord>=2.7.0rc2",
"pycord-rest-bot>=0.2.0", "pycord-rest-bot>=0.2.0",
"pydantic>=2.12.5", "pydantic>=2.12.5",
] ]
@@ -18,7 +18,7 @@ dependencies = [
dev = [ dev = [
"python-dotenv>=1.2.1", "python-dotenv>=1.2.1",
"ruff>=0.14.8", "ruff>=0.14.8",
"ty>=0.0.9", "ty>=0.0.1a32",
"uv>=0.9.16", "uv>=0.9.16",
] ]

View File

@@ -304,6 +304,6 @@ class FlagRenderer:
flag.to_url_params(), flag.to_url_params(),
temp_dir=temp_dir, temp_dir=temp_dir,
exec_page=self._setup_ui, exec_page=self._setup_ui,
viewport={"width": 1080, "height": 720}, viewport={"width": 960, "height": 540},
progress_reporter=progress_reporter, progress_reporter=progress_reporter,
) )

4
uv.lock generated
View File

@@ -296,7 +296,7 @@ requires-dist = [
{ name = "discord-progress-bar", specifier = ">=0.1.2" }, { name = "discord-progress-bar", specifier = ">=0.1.2" },
{ name = "moviepy", specifier = ">=2.2.1" }, { name = "moviepy", specifier = ">=2.2.1" },
{ name = "playwright", specifier = ">=1.56.0" }, { name = "playwright", specifier = ">=1.56.0" },
{ name = "py-cord", specifier = ">=2.7.0" }, { name = "py-cord", specifier = ">=2.7.0rc2" },
{ name = "pycord-rest-bot", specifier = ">=0.2.0" }, { name = "pycord-rest-bot", specifier = ">=0.2.0" },
{ name = "pydantic", specifier = ">=2.12.5" }, { name = "pydantic", specifier = ">=2.12.5" },
] ]
@@ -305,7 +305,7 @@ requires-dist = [
dev = [ dev = [
{ name = "python-dotenv", specifier = ">=1.2.1" }, { name = "python-dotenv", specifier = ">=1.2.1" },
{ name = "ruff", specifier = ">=0.14.8" }, { name = "ruff", specifier = ">=0.14.8" },
{ name = "ty", specifier = ">=0.0.9" }, { name = "ty", specifier = ">=0.0.1a32" },
{ name = "uv", specifier = ">=0.9.16" }, { name = "uv", specifier = ">=0.9.16" },
] ]