Skip to content

Commit 16779c1

Browse files
committed
Move tomli to setup_requires
It is only required for building, not for using, and breaks the package on bullseye and earlier (where it isn't available).
1 parent 1933845 commit 16779c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ install_requires=
2121
oxenmq
2222
oxenc
2323
pyonionreq
24-
tomli
2524
sqlalchemy
25+
setup_requires=
26+
tomli

0 commit comments

Comments
 (0)