Skip to content

Commit

Permalink
fix: dependency issue (#455)
Browse files Browse the repository at this point in the history
  • Loading branch information
yc5 authored Oct 19, 2022
1 parent 35405f1 commit 718c3ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@ pybrowsers = "*"
requests = "*"
python-dotenv = "*"
tqdm = "*"
packaging = "*"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
install_requires=[
'requests',
'python-dotenv',
'tqdm'
'tqdm',
'packaging'
],
)

0 comments on commit 718c3ca

Please sign in to comment.