mirror of
https://github.com/BigBodyCobain/Shadowbroker.git
synced 2026-09-26 10:51:08 +02:00
Remove unused dependencies
Dependencies which are not used, such as geopy, legacy-cgi and lxml are removed. Subdependencies such as beautifulsoup4 and pytz have been removed
This commit is contained in:
@@ -5,22 +5,17 @@ readme = "README.md"
|
||||
requires-python = ">=3.10"
|
||||
dependencies = [
|
||||
"apscheduler==3.10.3",
|
||||
"beautifulsoup4==4.13.3",
|
||||
"cachetools==5.5.2",
|
||||
"cloudscraper==1.2.71",
|
||||
"fastapi==0.115.12",
|
||||
"feedparser==6.0.10",
|
||||
"geopy==2.4.1",
|
||||
"httpx==0.28.1",
|
||||
"legacy-cgi==2.6.2",
|
||||
"lxml==5.3.1",
|
||||
"playwright==1.50.0",
|
||||
"playwright-stealth==1.0.6",
|
||||
"pydantic==2.11.1",
|
||||
"pydantic-settings==2.8.1",
|
||||
"pystac-client==0.8.6",
|
||||
"python-dotenv==1.0.1",
|
||||
"pytz==2024.2",
|
||||
"requests==2.31.0",
|
||||
"reverse-geocoder==1.5.1",
|
||||
"sgp4==2.23",
|
||||
|
||||
Reference in New Issue
Block a user