This commit is contained in:
Death916 2025-01-14 00:47:30 -08:00
parent fe515499c4
commit b8a702d4be
6 changed files with 651 additions and 120 deletions

View file

@ -5,12 +5,15 @@ description = ""
authors = ["Death916 <tavn1992@gmail.com>"]
[tool.poetry.dependencies]
python = ">=3.8,<3.11.4"
python = ">=3.9,<3.11.4"
pyside6 = "^6.6.1"
requests = "^2.31.0"
selenium = "^4.16.0"
feedparser = "^6.0.11"
rich = "^13.7.1"
dash = "^2.18.2"
nba-api = "^1.6.1"
playwright = "^1.49.1"
[tool.poetry.dev-dependencies]
pytest = "^5.2"