Python Schoolby trefilov
Шаг 1 из 4+130 XP

pyproject.toml

Современная упаковка пакетов.

pyproject.toml

[project]
name = "mypkg"
version = "0.1.0"
dependencies = ["requests>=2"]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"