Skip to content

Commit

Permalink
[poetry] added flask as an optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Jan 16, 2020
1 parent 558389d commit 46fff8a
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 16 deletions.
155 changes: 139 additions & 16 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions pyproject.toml
Expand Up @@ -33,6 +33,10 @@ colorlog = "^4.1.0"
tqdm = "^4.41.1"
cvxpy = "^1.0.25"
cvxopt = "^1.2.3"
flask = {version = "^1.1.1", optional = true}

[tool.poetry.extras]
graphviewer = ["flask"]

[tool.poetry.dev-dependencies]
pytest = "^5.3.2"
Expand Down

0 comments on commit 46fff8a

Please sign in to comment.