We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 409330d + 4a49501 commit abe0ce4Copy full SHA for abe0ce4
setup.py
@@ -58,7 +58,7 @@ def run_tests(self):
58
59
# psutil used to generate runtime metrics for tracer
60
# enum34 is an enum backport for earlier versions of python
61
-install_requires = ["psutil>=5.0.0", "enum34; python_version<='3.4'"]
+install_requires = ["psutil>=5.0.0", "enum34; python_version<'3.4'"]
62
63
# Base `setup()` kwargs without any C-extension registering
64
setup_kwargs = dict(
0 commit comments