summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2025-01-09 21:43:58 +0200
committerAsko Nõmm <asko@nmm.ee>2025-01-09 21:43:58 +0200
commit4a3208b8c16bf9b3857163f588e68b3ae505cd4b (patch)
tree785c5eb94b1823f4f2cd282ff870cce8be8981cb /pyproject.toml
parent0544f795700240e19219521b8b435424fa689a1c (diff)
Getting there
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 88142bd..dbb6796 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,7 +8,7 @@ authors = [
{ name = "Asko Nõmm", email = "asko@nmm.ee" }
]
dependencies = [
- "dompa>0.8.1"
+ "dompa>=0.9.0",
]
classifiers = [
"Programming Language :: Python :: 3",