poetry2nix/tests/pytest-redis/pyproject.toml

14 lines
289 B
TOML

[tool.poetry]
name = "pytest-redis-test"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
[tool.poetry.dependencies]
python = "^3.10"
pytest-redis = "*"
psutil = "5.9.5"
[build-system]
requires = ["poetry-core>=1.1"]
build-backend = "poetry.core.masonry.api"