From 19b097efcc61f8e33d28c3f77a91a6a1473557b1 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Thu, 22 Jul 2021 01:13:46 +0200 Subject: add luigi as dependency --- python/setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python') diff --git a/python/setup.py b/python/setup.py index 901180f..587e269 100644 --- a/python/setup.py +++ b/python/setup.py @@ -26,6 +26,7 @@ with open("README.md", "r") as fh: ]}, install_requires=[ "dynaconf[ini]", + "luigi", ], extras_require={"dev": [ "ipython", -- cgit v1.2.3