Skip to content

Commit

Permalink
Merge pull request #252 from ignpelloz/master
Browse files Browse the repository at this point in the history
Fix pyld missing (issue #251)
  • Loading branch information
huberrob authored Feb 18, 2022
2 parents deb20d2 + 866bb5b commit e30278c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,15 @@ sphinx-rtd-theme = {version = "^1.0.0", optional = true}
myst-parser = {version= "^0.16.1", optional = true}
waitress ="~2.0.0"
flask-limiter ="<=2.0.0"
pyld =""

[tool.poetry.extras]
report = ["bokeh", "jupyter"]
testing = ["yapf", "pytest", "pre-commit", "pytest-cov", "pylint"]
testing = ["yapf", "pytest", "pre-commit", "pytest-cov", "pylint"]
docs = ["sphinx-rtd-theme", "sphinx", "docutils", "myst-parser"]
dev = ["yapf", "pytest", "pre-commit", "pytest-cov", "pylint", "sphinx-rtd-theme", "sphinx", "docutils"]


[build-system]
requires = ["poetry>=1.2.0a2"]
build-backend = "poetry.masonry.api"

0 comments on commit e30278c

Please sign in to comment.