mirror of
https://github.com/Death916/deathclock.git
synced 2026-04-10 03:04:40 -07:00
23 lines
467 B
TOML
23 lines
467 B
TOML
[tool.poetry]
|
|
name = "deathclock"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Death916 <tavn1992@gmail.com>"]
|
|
|
|
[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"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|