summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 7344470..4db63aa 100644
--- a/setup.py
+++ b/setup.py
@@ -37,6 +37,7 @@ setup(
package_data={
'crocoite': ['data/*'],
},
- setup_requires=["pytest-runner"],
+ setup_requires=['pytest-runner'],
tests_require=["pytest", 'pytest-asyncio', 'pytest-cov', 'hypothesis'],
+ python_requires='>=3.6',
)