Skip to content

Commit

Permalink
fix: Required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongfi91 committed Nov 21, 2024
1 parent 5d13179 commit aedab64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 6 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ classifiers = [
"Typing :: Typed",
]

dependencies = [
"django>=5.1.3",
"pydantic>=2.9.2",
]


[project.urls]
Homepage = "https://github.com/NextGenContributions/django2pydantic"
Expand All @@ -51,7 +56,6 @@ dev = [
"basedpyright>=1.21.0",
"beartype>=0.19.0",
"debugpy>=1.8.8",
"django>=5.1.3",
"django-ninja>=1.3.0",
"django-stubs[compatible-mypy]>=5.1.1",
"email-validator>=2.2.0",
Expand All @@ -62,7 +66,6 @@ dev = [
"mypy>=1.13.0",
"ninja-schema>=0.13.6",
"nox>=2024.10.9",
"pydantic>=2.9.2",
"pylint-django>=2.6.1",
"pyre-check>=0.9.23",
"pyright>=1.1.388",
Expand Down
12 changes: 8 additions & 4 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aedab64

Please sign in to comment.