diff --git a/setup.py b/setup.py index 5c24cf1..ff750a5 100755 --- a/setup.py +++ b/setup.py @@ -29,6 +29,7 @@ setup( # Third-party dependencies; will be automatically installed install_requires = ( + 'dill', 'selenium', ),