Skip to content
Snippets Groups Projects
Commit b3faf100 authored by Samuel Schmidt's avatar Samuel Schmidt
Browse files

Added optional dependencies

parent 2e7c18db
Branches
No related tags found
No related merge requests found
......@@ -17,9 +17,14 @@ classifiers = [
"Programming Language :: Python :: 3",
]
dependencies = [
"pre-commit>=2.8.2",
"plotly>=5.14.1",
"opencv-python>=4.7.0.72",
'importlib-metadata; python_version<"3.8"',
]
dynamic = ["version"]
[project.optional-dependencies]
develop = [
"pre-commit>=2.8.2",
"matplotlib>=3.7.2"
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment