diff multispectro/pyproject.toml @ 2445:af83aeef8b0a

fancier spectrograms
author drewp@bigasterisk.com
date Sat, 01 Jun 2024 12:58:25 -0700
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/multispectro/pyproject.toml	Sat Jun 01 12:58:25 2024 -0700
@@ -0,0 +1,18 @@
+[project]
+name = "multispectro"
+version = "0.1.0"
+description = "Default template for PDM package"
+authors = [
+    {name = "drew", email = "drewp@bigasterisk.com"},
+]
+dependencies = [
+    "demucs @ git+https://github.com/facebookresearch/demucs",
+    "opencv-python>=4.9.0.80",
+]
+requires-python = "==3.11.*"
+readme = "README.md"
+license = {text = "MIT"}
+
+
+[tool.pdm]
+distribution = false