pixi 0.15.2

A package management and workflow tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[project]
name = "docker-project"
description = "A python project that gets installed in a docker container."
version = "0.1.0"
authors = [
  {name = "prefix.dev", email = "noreply@prefix.dev"},
]
classifiers = [
  "Programming Language :: Python :: 3",
  "Programming Language :: Python :: 3.12",
]
requires-python = ">=3.12"