Run bottleclip generator as subprocess

This commit is contained in:
polyfloyd 2025-05-09 17:13:53 +02:00
parent 3a721d9e29
commit deced2d3a7
4 changed files with 46 additions and 55 deletions

2
uv.lock generated
View file

@ -186,7 +186,6 @@ name = "discord-bot"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "aiohttp" },
{ name = "aiomqtt" },
{ name = "discord-py" },
{ name = "discord-webhook" },
@ -195,7 +194,6 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "aiohttp", specifier = ">=3.11.18" },
{ name = "aiomqtt", specifier = ">=2.4.0" },
{ name = "discord-py", specifier = ">=2.5.2" },
{ name = "discord-webhook", specifier = ">=1.4.1" },