mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-05 09:11:39 -05:00
16 lines
318 B
TOML
16 lines
318 B
TOML
[tool.poetry]
|
|
name = "extended-cross"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
cffi = "^1.15.0"
|
|
credis = "^2.0.1"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|