diff --git a/setup.py b/setup.py index ad81227..0fd8571 100644 --- a/setup.py +++ b/setup.py @@ -57,6 +57,7 @@ "requests>=2.0", "packaging>=17.0", "future>=0.12.0 ; python_version < '3.0'", + "joblib>=1", ], entry_points={"console_scripts": ["adstex=adstex:main"]}, )