mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
19 lines
357 B
TOML
19 lines
357 B
TOML
![]() |
[tool.poetry]
|
||
|
name = "test-group"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Your Name <you@example.com>"]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.9"
|
||
|
pyparsing = "^2.4.5"
|
||
|
|
||
|
[tool.poetry.group.dev.dependencies]
|
||
|
|
||
|
[tool.poetry.group.test.dependencies]
|
||
|
pytest = "^6"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core>=1.1"]
|
||
|
build-backend = "poetry.core.masonry.api"
|