https://github.com/pierrepo/article-SWH-bioinfo-fr
Revision aaf8c6f701a0fce5a45d8b507968eef0bac3f113 authored by Pierre Poulain on 14 January 2025, 09:48:45 UTC, committed by Pierre Poulain on 14 January 2025, 09:48:45 UTC
1 parent 47b7620
Tip revision: aaf8c6f701a0fce5a45d8b507968eef0bac3f113 authored by Pierre Poulain on 14 January 2025, 09:48:45 UTC
Update name and description
Update name and description
Tip revision: aaf8c6f
pyproject.toml
[project]
authors = [{name = "Pierre Poulain", email = "pierre.poulain@cupnet.net"}]
description = "Préparation d'un article sur Software Heritage pour Bioinfo-fr"
name = "Préparation d'un article sur Software Heritage pour Bioinfo-fr"
requires-python = ">= 3.12"
version = "0.1.0"
dependencies = ["groq>=0.13.1,<0.14", "yt-dlp[default]>=2024.12.23,<2025"]
[build-system]
build-backend = "hatchling.build"
requires = ["hatchling"]
[tool.pixi.project]
channels = ["conda-forge"]
platforms = ["linux-64"]
[tool.pixi.tasks]
[tool.pixi.dependencies]
python = "3.12.*"
ffmpeg = ">=7.1.0,<8"
ruff = ">=0.8.4,<0.9"

Computing file changes ...