We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed792dd commit a810332Copy full SHA for a810332
pyproject.toml
@@ -7,13 +7,10 @@ authors = [
7
]
8
dependencies = [
9
"beautifulsoup4>=4.12.3",
10
- "blinker==1.7.0",
11
"click>=8.1.7",
12
"requests>=2.32.3",
13
"rich>=13.8.1",
14
- "selenium-wire>=5.1.0",
15
"selenium>=4.25.0",
16
- "setuptools>=75.1.0",
17
"typer>=0.12.5",
18
19
readme = "README.md"
usps/tracking.py
@@ -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
0 commit comments