Skip to content

Commit 0a2f4cf

Browse files
authored
Add explicit localenv option
1 parent 8a644c6 commit 0a2f4cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pyfftw = { version = "*", optional = true }
2121

2222
dash = { version = "^2.0.0", optional = true }
2323
dash-daq = { version = "*", optional = true }
24+
dscribe = { version = "*", optional = true }
2425
gunicorn = { version = "*", optional = true }
2526
redis = { version = "*", optional = true }
2627
Flask-Caching = { version = "*", optional = true }
@@ -52,6 +53,7 @@ server = [
5253
]
5354
fermi = ["ifermi", "pyfftw"]
5455
vtk = ["dash-vtk"]
56+
localenv = ["dscribe"]
5557
figures = ["kaleido"]
5658

5759
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)