Include new dependencies and update version number
This commit is contained in:
parent
02354022fd
commit
61a2962cb7
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "wallman"
|
name = "wallman"
|
||||||
version = "1.3.3.2"
|
version = "1.4.1.0"
|
||||||
authors = [
|
authors = [
|
||||||
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
{name = "Emma Nora Theuer", email = "wallman@entheuer.de"},
|
||||||
]
|
]
|
||||||
|
@ -24,6 +24,8 @@ classifiers = [
|
||||||
]
|
]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"APScheduler",
|
"APScheduler",
|
||||||
|
"pillow",
|
||||||
|
"pystray",
|
||||||
'importlib-metadata; python_version<"3.10"',
|
'importlib-metadata; python_version<"3.10"',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue