update code, add all features
This commit is contained in:
28
pyproject.toml
Normal file
28
pyproject.toml
Normal file
@@ -0,0 +1,28 @@
|
||||
[project]
|
||||
name = "linkavailablechecker"
|
||||
version = "0.1.0"
|
||||
description = "Add your description here"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"beautifulsoup4>=4.12.3",
|
||||
"loguru>=0.7.3",
|
||||
"playwright>=1.49.1",
|
||||
"pyqt6-charts>=6.8.0",
|
||||
"pyqt6>=6.8.1",
|
||||
"pyqtgraph>=0.13.7",
|
||||
"ratelimit>=2.2.1",
|
||||
"requests>=2.32.3",
|
||||
"prettytable>=3.14.0",
|
||||
"cloudscraper>=1.2.71",
|
||||
"limit>=0.2.3",
|
||||
"alive-progress>=3.2.0",
|
||||
"tqdm>=4.67.1",
|
||||
]
|
||||
|
||||
[dependency-groups]
|
||||
dev = [
|
||||
"pip>=25.0",
|
||||
"selenium>=4.29.0",
|
||||
"undetected-chromedriver>=3.5.5",
|
||||
]
|
||||
Reference in New Issue
Block a user