projects
/
arvados.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
19744: Adjust some of the recommendations
[arvados.git]
/
tools
/
crunchstat-summary
/
setup.py
diff --git
a/tools/crunchstat-summary/setup.py
b/tools/crunchstat-summary/setup.py
index a881390e47e893fb1e22eb46926716f58f2c7c9e..98be9f27025b4c3c7828626dd7676fddbe845dfd 100755
(executable)
--- a/
tools/crunchstat-summary/setup.py
+++ b/
tools/crunchstat-summary/setup.py
@@
-45,6
+45,7
@@
setup(name='crunchstat_summary',
install_requires=[
'arvados-python-client{}'.format(pysdk_dep),
],
+ python_requires="~=3.8",
test_suite='tests',
tests_require=['pbr<1.7.0', 'mock>=1.0'],
zip_safe=False,