Skip to content

Commit

Permalink
Merge pull request #32 from rdavydov/selenium
Browse files Browse the repository at this point in the history
Update install_requires in setup.py and requirements.txt
  • Loading branch information
rdavydov authored Nov 4, 2022
2 parents eb779e5 + 575b7f0 commit 9378b19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
requests
websocket-client
browser_cookie3
pillow
python-dateutil
emoji
Expand Down
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ def read(fname):
install_requires=[
"requests",
"websocket-client",
"browser_cookie3",
"pillow",
"python-dateutil",
"emoji",
Expand All @@ -38,6 +37,9 @@ def read(fname):
"flask",
"irc",
"pandas",
"selenium",
"selenium-wire",
"undetected_chromedriver"
],
long_description=read("README.md"),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 9378b19

Please sign in to comment.