remove vestigial dependencies

This commit is contained in:
David Allemang
2026-01-25 21:16:31 -05:00
parent fc7db2706a
commit 3c7dff2c20
3 changed files with 3 additions and 179 deletions

View File

@@ -1,13 +1,10 @@
[project]
name = "imup"
version = "0.1.0"
version = "0.1.1"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"sshfs>=2025.11.0",
"wand>=0.6.13",
]
dependencies = [ ]
[project.scripts]
imup = "imup:main"