Skip to content

Commit 56d2bb9

Browse files
committed
make pytools a dependency
we could make it an optional dependency, but IMO pytools is very light pragmatically quite unlikely if that turns out to be a point of failure
1 parent 959b5d3 commit 56d2bb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,7 @@ def main():
303303
],
304304
install_requires=[
305305
"pytest>=2",
306+
"pytools",
306307
# "Mako>=0.3.6",
307308
"six",
308309
],

0 commit comments

Comments
 (0)