Skip to content

Commit

Permalink
Add wagtail-modeladmin to testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Feb 10, 2024
1 parent 488fc95 commit afa5143
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,8 @@ dependencies = [
]

[project.optional-dependencies]
testing = [
"dj-database-url>=2.1.0,<3",
"freezegun>=1.2,<2",
"django-rq>=2.5,<3.0",
"google-cloud-translate>=3.0.0",
"pre-commit>=3.4,<4"
google = [
"google-cloud-translate>=3.0.0"
]
documentation = [
"mkdocs==1.4.3",
Expand All @@ -55,8 +51,15 @@ documentation = [
"mkdocs-include-markdown-plugin>=4.0.4,<5",
"pygments>=2.15,<2.16",
]
google = [
"google-cloud-translate>=3.0.0"
testing = [
"dj-database-url>=2.1.0,<3",
"freezegun>=1.2,<2",
"django-rq>=2.5,<3.0",
"google-cloud-translate>=3.0.0",
"wagtail-modeladmin>=2.0,<3.0",
]
linting = [
"pre-commit>=3.4,<4"
]

[project.urls]
Expand Down

0 comments on commit afa5143

Please sign in to comment.