Skip to content

Commit

Permalink
update dependency-groups
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jan 30, 2026
1 parent 7357c00 commit 56d1587
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="1.0.0"
VERSION="1.0.1"
THIS=$(basename $0 .sh)

# Define the target directory
Expand Down Expand Up @@ -43,9 +43,10 @@ dependencies = [
"dnspython>=2.8.0",
]
[tool.uv]
# This ensures the venv is created within the project folder
dev-dependencies = []
[dependency-groups]
dev = [
"pytest",
]
[[tool.uv.index]]
name = "pypi"
Expand Down

0 comments on commit 56d1587

Please sign in to comment.