Skip to content

Commit 3ea7cd8

Browse files
committed
no need for selenium-wire anymore
1 parent ed792dd commit 3ea7cd8

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

pyproject.toml

-3
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,10 @@ authors = [
77
]
88
dependencies = [
99
"beautifulsoup4>=4.12.3",
10-
"blinker==1.7.0",
1110
"click>=8.1.7",
1211
"requests>=2.32.3",
1312
"rich>=13.8.1",
14-
"selenium-wire>=5.1.0",
1513
"selenium>=4.25.0",
16-
"setuptools>=75.1.0",
1714
"typer>=0.12.5",
1815
]
1916
readme = "README.md"

usps/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.7.0"
1+
__version__ = "0.7.1"

usps/tracking.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from bs4 import BeautifulSoup, Tag
99
from rich.status import Status
1010

11-
from seleniumwire import webdriver
11+
from selenium import webdriver
1212
from selenium.webdriver.common.by import By
1313
from selenium.webdriver.support import expected_conditions
1414
from selenium.webdriver.support.ui import WebDriverWait

0 commit comments

Comments
 (0)