poetry2nix/tests/operators/pyproject.toml
adisbladis 8b6d7f7c4f Fix operators test
typed-ast broke cpython compat with python 3.9
2021-12-25 22:40:10 -08:00

15 lines
371 B
TOML

[tool.poetry]
name = "operators_test"
version = "0.1.0"
description = "A set of packages that are using all sorts of version check operators"
authors = ["poetry2nix <poetry2nix@poetry.nix>"]
[tool.poetry.dependencies]
python = "^3.7"
pytest-mypy = "^0.8.1"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"