Skip to content

Commit b35ac3c

Browse files
authored
Migrate to UV (#4)
1 parent 6e9bfe6 commit b35ac3c

File tree

4 files changed

+641
-4
lines changed

4 files changed

+641
-4
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
directory: "/"
9+
schedule:
10+
interval: "weekly"

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,3 +31,11 @@ mypy_path = "src"
3131

3232
[tool.hatch.version]
3333
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

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)