From b7e5437d5cfe0f73f81cbb87826dd1deef4813ac Mon Sep 17 00:00:00 2001 From: ngoan1608 Date: Wed, 15 May 2024 11:12:04 +0700 Subject: [PATCH] add pydotdict as this package dependencies --- config/repository_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/repository_config.json b/config/repository_config.json index d99637f9..5296d254 100644 --- a/config/repository_config.json +++ b/config/repository_config.json @@ -13,7 +13,7 @@ "DEVELOPMENTSTATUS" : "Development Status :: 4 - Beta", "INTENDEDAUDIENCE" : "Intended Audience :: Developers", "TOPIC" : "Topic :: Software Development", - "INSTALLREQUIRES" : [], + "INSTALLREQUIRES" : ["pydotdict"], "PACKAGEDATA" : ["*.pdf"], "PACKAGEDOC" : "./packagedoc" }