Skip to content

Commit

Permalink
split gui requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Jan 22, 2024
1 parent 61447c0 commit 7ecea79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions alphamap/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
}
__extra_requirements__ = {
"development": "requirements_development.txt",
"gui": "requirments_gui.txt",
}
3 changes: 3 additions & 0 deletions requirements/requirements_gui.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
panel==0.12.4
bokeh==2.4.2
jinja2==2.11.3

0 comments on commit 7ecea79

Please sign in to comment.