diff --git a/Pipfile b/Pipfile index dc8952a8..2edd488d 100644 --- a/Pipfile +++ b/Pipfile @@ -19,3 +19,4 @@ pybrowsers = "*" requests = "*" python-dotenv = "*" tqdm = "*" +packaging = "*" diff --git a/setup.py b/setup.py index c19fad0c..08391d5d 100644 --- a/setup.py +++ b/setup.py @@ -47,6 +47,7 @@ install_requires=[ 'requests', 'python-dotenv', - 'tqdm' + 'tqdm', + 'packaging' ], )