Added pyproject.toml
This commit is contained in:
parent
426614bf83
commit
f4e4353736
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
[project]
|
||||||
|
name = "amarillo-enhancer"
|
||||||
|
version = "0.0.1"
|
||||||
|
dependencies = [
|
||||||
|
"amarillo-core",
|
||||||
|
"watchdog",
|
||||||
|
]
|
||||||
Loading…
Reference in a new issue