Skip to content

Commit

Permalink
new requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jwg4 committed Nov 11, 2023
1 parent 577d6ac commit dc9377b
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,21 +9,22 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.7.1"
exact-cover = "1.3.0"
pretty-poly = "0.2.0"

[tool.poetry.dev-dependencies]
pytest = "^6.2.1"
hypothesis = "^6.0.2"
pytest-profiling = "^1.7.0"
black = "^21.6b0"
pretty-poly = "0.5.1"

[tool.poetry.scripts]
test = 'run_tests:run_tests'
doctest = 'run_tests:run_doctests'

[tool.poetry.group.dev.dependencies]
pytest = "^6.2.1"
hypothesis = "^6.0.2"
pytest-profiling = "^1.7.0"
black = "^21.6b0"
pytest-fail-slow = ">=0.2.0,<0.3.0"

[tool.poetry.group.jupyter.dependencies]
jupyter = "^1.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

0 comments on commit dc9377b

Please sign in to comment.