remove some dependencies

This commit is contained in:
Anthony Samms
2025-09-15 11:02:56 -04:00
parent 84dcf13743
commit dfbe6e3425
3 changed files with 1 additions and 44 deletions

View File

@@ -5,11 +5,8 @@ description = "Taiko no Tatsujin simulator written in python and raylib"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"numpy>=2.2.5",
"sounddevice>=0.5.1",
"moviepy>=2.1.2",
"raylib-sdl>=5.5.0.2",
"soundfile>=0.13.1",
"tomlkit>=0.13.3",
"dotenv>=0.9.9",
"gitpython>=3.1.44",