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 23055fc798
Alter 2 files
Add `.gitignore`
Add `pyproject.toml`
2022-11-07 22:22:02 +00:00

17 lines
350 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"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"