modules for classes

This commit is contained in:
Death916 2025-02-26 05:09:59 -08:00
parent 88005c1da1
commit 2243c59898
10 changed files with 1070 additions and 1451 deletions

View file

@ -1,23 +1,23 @@
[tool.poetry]
[project]
name = "deathclock"
version = "0.1.0"
description = ""
authors = ["Death916 <tavn1992@gmail.com>"]
authors = [{ name = "Death916", email = "tavn1992@gmail.com" }]
requires-python = ">=3.9,<3.11.4"
dependencies = [
"pyside6>=6.6.1,<7",
"requests>=2.31.0,<3",
"selenium>=4.16.0,<5",
"feedparser>=6.0.11,<7",
"rich>=13.7.1,<14",
"dash>=2.18.2,<3",
"nba-api>=1.6.1,<2",
"playwright>=1.49.1,<2",
]
[tool.poetry.dependencies]
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"
[dependency-groups]
dev = ["pytest~=5.2"]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["hatchling"]
build-backend = "hatchling.build"