We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9bfe6 commit b35ac3cCopy full SHA for b35ac3c
.github/dependabot.yml
@@ -0,0 +1,10 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "uv"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "weekly"
7
+ - package-ecosystem: "github-actions"
8
9
10
pyproject.toml
@@ -31,3 +31,11 @@ mypy_path = "src"
31
32
[tool.hatch.version]
33
path = "src/difflib_parser/version.py"
34
+
35
+[dependency-groups]
36
+dev = [
37
+ "pytest>=8.0",
38
+ "twine>=6.0",
39
+ "build>=1.0",
40
+ "mypy>=1.0",
41
+]
requirements.txt
0 commit comments