From acb4557d62882ee5b70a1ff649f4e6415c408bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Wed, 23 Oct 2024 09:22:42 +0200 Subject: [PATCH] feat: add pyinstaller specfile --- markovbot.spec | 2 +- uv.lock | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/markovbot.spec b/markovbot.spec index 604df6d..7b83615 100644 --- a/markovbot.spec +++ b/markovbot.spec @@ -1,5 +1,5 @@ # -*- mode: python ; coding: utf-8 -*- -from kivy.deps import sdl2, glew +from kivy_deps import sdl2, glew a = Analysis( diff --git a/uv.lock b/uv.lock index 65d4be8..a3b0b7f 100644 --- a/uv.lock +++ b/uv.lock @@ -224,7 +224,6 @@ version = "0.1.0" source = { virtual = "." } dependencies = [ { name = "kivy", extra = ["base"] }, - { name = "kivy-deps-sdl2" }, { name = "nltk" }, { name = "pillow" }, { name = "platformdirs" }, @@ -240,7 +239,6 @@ dev = [ [package.metadata] requires-dist = [ { name = "kivy", extras = ["base"], specifier = ">=2.3.0" }, - { name = "kivy-deps-sdl2", specifier = ">=0.7.0" }, { name = "nltk", specifier = ">=3.9.1" }, { name = "pillow", specifier = ">=10.4.0" }, { name = "platformdirs", specifier = ">=4.3.6" },