summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2024-12-30 15:32:10 +0200
committerAsko Nõmm <asko@nmm.ee>2024-12-30 15:32:10 +0200
commit69968c9e34ae57cfee905d94fc98ec6a83fbe92b (patch)
tree5415d401bbd42c7d05bae4dd0bd2b91c4e4de0b6 /pyproject.toml
parent89ca418a84444fbba92a4fd450c8f3b933596447 (diff)
bump
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index b058883..278a4b4 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -7,7 +7,9 @@ requires-python = ">=3.10"
authors = [
{ name = "Asko Nõmm", email = "asko@nmm.ee" }
]
-dependencies = []
+dependencies = [
+ "dompa>0.3"
+]
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",