diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
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", |