forked from Mirroring/github-release-notifier
18 lines
453 B
TOML
18 lines
453 B
TOML
[project]
|
|
name = "github-release-notifier"
|
|
version = "1"
|
|
description = "Send mail notification on new released versions of Github projects"
|
|
authors = ["Maxence G. de Montauzan <maxence@gdemontauzan.fr>"]
|
|
channels = ["conda-forge"]
|
|
platforms = ["linux-64"]
|
|
repository = "https://github.com/MaxenceG2M/github-release-notifier"
|
|
|
|
[tasks]
|
|
|
|
[dependencies]
|
|
python = ">=3.12.0,<3.13"
|
|
requests = ">=2.31.0,<2.32"
|
|
|
|
[build-dependencies]
|
|
black = ">=23.11.0,<23.12"
|