Added pyproject.toml
This commit is contained in:
parent
ece0dd89fe
commit
d845dec08b
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