From 49478d41ed4984a6085c1135ba542080260ea05a Mon Sep 17 00:00:00 2001 From: Emad Rad Date: Fri, 8 Dec 2023 15:54:57 +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 99ffaff..a3b13ce 100644 --- a/setup.py +++ b/setup.py @@ -42,6 +42,7 @@ def load_about(): include_package_data=True, python_requires=">=3.7", 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": ["cairn = tutorcairn.plugin"]}, classifiers=[ "Development Status :: 5 - Production/Stable",