Skip to content

Commit 31c2535

Browse files
committed
Fix dependency specification
1 parent 5c6a47b commit 31c2535

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

generate.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
# "requests",
88
# "docutils",
99
# ]
10-
# potodo = { git = "https://git.afpy.org/AFPy/maciek/potodo", branch = "merge-with-polib" }
10+
#
11+
# [tool.uv.sources]
12+
# potodo = { git = "https://git.afpy.org/maciek/potodo.git", branch = "merge-with-polib" }
1113
# ///
1214
import subprocess
1315
from collections.abc import Iterator

0 commit comments

Comments
 (0)