forked from Mirroring/github-release-notifier
17
pixi.toml
Normal file
17
pixi.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user