🗝
about summary refs log tree commit diff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 98d75e4..0b4d932 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
 [project]
 name = "zoner"
-version = "1"
-dependencies = ["requests"]
+version = "2"
+dependencies = ["httpx"]
 
 [project.scripts]
 zoner = "zoner:main"