Skip to content

Commit

Permalink
Add packages to setup
Browse files Browse the repository at this point in the history
  • Loading branch information
gjmooney committed Feb 12, 2024
1 parent e16bd92 commit 2974f16
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,10 @@
install_require=[
"ipywidgets>=7.4.0",
],
extras_require={"dev": ["pre-commit"]},
extras_require={
"dev": ["pre-commit"],
"test": ["solara[pytest]", "playwright", "pytest-playwright"],
},
packages=find_packages(),
zip_safe=False,
cmdclass=cmdclass,
Expand Down

0 comments on commit 2974f16

Please sign in to comment.