20 lines
410 B
TOML
20 lines
410 B
TOML
[tool.poetry]
|
|
name = "circuit-laundry-notifier"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["AKP <tom@tdpain.net>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
requests = "^2.28.1"
|
|
beautifulsoup4 = "^4.11.1"
|
|
Flask = "^2.2.2"
|
|
cachetools = "^5.2.0"
|
|
gunicorn = "^20.1.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|