diff --git a/pygitweb/pyproject.toml b/pygitweb/pyproject.toml
index 0868efd..62e492c 100644
--- a/pygitweb/pyproject.toml
+++ b/pygitweb/pyproject.toml
@@ -11,7 +11,7 @@ license = "MIT"
 license-files = ["LICENSE"]
 requires-python = ">=3.11"
 dependencies = [
-    "pygittools",
+    "pygittools>=0.1.0",
     "fastapi[standard-no-fastapi-cloud-cli]>=0.104.0",
     "uvicorn[standard]>=0.24.0",
     "python-multipart>=0.0.6",
