Use pixi as env manager

https://github.com/prefix-dev/pixi
This commit is contained in:
2023-12-15 23:50:33 +01:00
parent fb4ac8ea73
commit 00abaab982
5 changed files with 762 additions and 22 deletions

17
pixi.toml Normal file
View 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"