Browse Source

add setuptools build dependency

pull/3/head
Brett Langdon 5 years ago
parent
commit
5daf61ec00
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pyproject.toml

+ 1
- 1
pyproject.toml View File

@ -15,5 +15,5 @@ black = {version = "^20.8b1", python = "^3.6"}
mypy = {version = "^0.800", python = "^3.6"}
[build-system]
requires = ["poetry-core>=1.0.0", "Cython"]
requires = ["poetry-core>=1.0.0", "Cython", "setuptools"]
build-backend = "poetry.core.masonry.api"

Loading…
Cancel
Save