From c32da70b0db9080f350dbf653936b06f0d193669 Mon Sep 17 00:00:00 2001 From: mutantsan Date: Wed, 11 Sep 2024 13:16:10 +0300 Subject: [PATCH] fix: add scheming as a requirements --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 995ada5..eecf980 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,6 +27,7 @@ install_requires = pandas>=2.0.0,<3.0.0 plotly>=5.21.0,<6.0.0 redis>=5.0.0,<6.0.0 + ckanext-scheming include_package_data = True