poetry2nix/tests/bcrypt/pyproject.toml

16 lines
253 B
TOML
Raw Normal View History

[tool.poetry]
name = "test_bcrypt"
version = "0.1.0"
description = ""
authors = []
[tool.poetry.dependencies]
python = "^3.8"
bcrypt = "*"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"