From 540a7a91a7373ed93c1d65a29374b276e73f0b68 Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Fri, 8 Dec 2023 14:05:01 +0330 Subject: [PATCH] feat: Including dev dependencies in extras_require --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6060a40..165f231 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ include_package_data=True, python_requires=">=3.8", install_requires=["tutor>=16.0.0,<17.0.0"], + extras_require={"dev": "tutor[dev]>=16.0.0,<17.0.0"}, entry_points={"tutor.plugin.v1": ["minio = tutorminio.plugin"]}, classifiers=[ "Development Status :: 5 - Production/Stable",