Skip to content

Commit 99832a7

Browse files
committed
fix: correct missing runtime dep on snakeoil master
Signed-off-by: Brian Harring <[email protected]>
1 parent 19d702d commit 99832a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ classifiers = [
3333
dynamic = ["version"]
3434

3535
dependencies = [
36-
"snakeoil~=0.10.11",
36+
"snakeoil@git+https://github.com/pkgcore/snakeoil.git#master",
3737
"lxml",
3838
]
3939

0 commit comments

Comments
 (0)