Skip to content

Commit

Permalink
Update testing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Oct 1, 2023
1 parent 459f88f commit 8eb441d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ dependencies = [

[project.optional-dependencies]
testing = [
"dj-database-url==0.5.0",
"freezegun==1.1.0",
"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"
Expand Down

0 comments on commit 8eb441d

Please sign in to comment.