This repository has been archived on 2025-07-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
circuitbodge/pyproject.toml
AKP 47301c89a8
Add Gunicorn
Signed-off-by: AKP <tom@tdpain.net>
2022-11-09 00:34:14 +00:00

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"