Added dill req to setup

This commit is contained in:
Mathew Guest 2020-07-26 01:50:51 -06:00
parent 372d5d0ad4
commit 6b3de90926

@ -29,6 +29,7 @@ setup(
# Third-party dependencies; will be automatically installed # Third-party dependencies; will be automatically installed
install_requires = ( install_requires = (
'dill',
'selenium', 'selenium',
), ),