Skip to content

Commit

Permalink
fix pydantic[email] dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 15, 2023
1 parent 81a3b47 commit 069c565
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,13 @@
"Programming Language :: Python :: 3.11",
],
packages=find_namespace_packages(exclude=["tests"]), # Required
install_requires=["packaging>=17.0", "typing-extensions", "pydantic>=2.0", "annotated-types", "python-dateutil"],
install_requires=[
"packaging>=17.0",
"typing-extensions",
"pydantic[email]>=2.0.1",
"annotated-types",
"python-dateutil",
],
extras_require={"dev": ["ruamel.yaml", "black", "deepdiff", "pyright", "pooch", "pre-commit", "numpy"]},
scripts=[],
include_package_data=True,
Expand Down

0 comments on commit 069c565

Please sign in to comment.