From 6b3de90926a078a1e1bf3977618b9153297db7fa Mon Sep 17 00:00:00 2001 From: Mathew Guest Date: Sun, 26 Jul 2020 01:50:51 -0600 Subject: [PATCH] Added dill req to setup --- setup.py | 1 + 1 file changed, 1 insertion(+) 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', ),