Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Aug 16, 2023
1 parent 9044757 commit 840f809
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
packages=find_namespace_packages(exclude=["tests"]), # Required
install_requires=[
"annotated-types",
"email_validator" "packaging>=17.0",
"email_validator",
"packaging>=17.0",
"pydantic[email]>=2.0.1",
"python-dateutil",
"typing-extensions",
Expand Down

0 comments on commit 840f809

Please sign in to comment.