Skip to content

Commit

Permalink
no need for selenium-wire anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
iiPythonx committed Oct 6, 2024
1 parent ed792dd commit a810332
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,10 @@ authors = [
]
dependencies = [
"beautifulsoup4>=4.12.3",
"blinker==1.7.0",
"click>=8.1.7",
"requests>=2.32.3",
"rich>=13.8.1",
"selenium-wire>=5.1.0",
"selenium>=4.25.0",
"setuptools>=75.1.0",
"typer>=0.12.5",
]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion usps/tracking.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from bs4 import BeautifulSoup, Tag
from rich.status import Status

from seleniumwire import webdriver
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.support import expected_conditions
from selenium.webdriver.support.ui import WebDriverWait
Expand Down

0 comments on commit a810332

Please sign in to comment.