Added pyproject.toml

This commit is contained in:
Csaba 2023-12-08 16:16:41 +01:00 committed by Holger Bruch
parent ece0dd89fe
commit d845dec08b

7
pyproject.toml Normal file
View file

@ -0,0 +1,7 @@
[project]
name = "amarillo-enhancer"
version = "0.0.1"
dependencies = [
"amarillo-core",
"watchdog",
]