diff options
author | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 01:13:46 +0200 |
---|---|---|
committer | Martin Czygan <martin.czygan@gmail.com> | 2021-07-22 01:13:46 +0200 |
commit | 19b097efcc61f8e33d28c3f77a91a6a1473557b1 (patch) | |
tree | 4d5d310b6fa5df202191a69ee4495b7bf26525f5 /python | |
parent | 421870640498d5496898b08014ccd232a7cbdf35 (diff) | |
download | refcat-19b097efcc61f8e33d28c3f77a91a6a1473557b1.tar.gz refcat-19b097efcc61f8e33d28c3f77a91a6a1473557b1.zip |
add luigi as dependency
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", |