mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-06 01:31:39 -05:00
21 lines
428 B
TOML
21 lines
428 B
TOML
![]() |
[tool.poetry]
|
||
|
name = "legacy"
|
||
|
version = "0.1.0"
|
||
|
description = "poetry2nix test"
|
||
|
authors = ["Your Name <you@example.com>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.8"
|
||
|
urllib3 = "1.26.2"
|
||
|
|
||
|
# This is to force to use the Pypi legacy API
|
||
|
[[tool.poetry.source]]
|
||
|
name = "legacy"
|
||
|
url = "https://pypi.org/simple/"
|
||
|
|
||
|
[tool.poetry.dev-dependencies]
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.0.0"]
|
||
|
build-backend = "poetry.core.masonry.api"
|