Skip to content

Commit

Permalink
Fix django
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jan 17, 2024
1 parent 729f12e commit 6bb8571
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -250,10 +250,10 @@ deps =
test: pytest-benchmark
coverage: pytest
coverage: pytest-cov
django1: django~=1.0
django2: django~=2.0
django3: django~=3.0
django4: django>=4.0b1,<5.0
django-1: django~=1.0
django-2: django~=2.0
django-3: django~=3.0
django-4: django>=4.0b1,<5.0
elasticsearch-2: elasticsearch-dsl>=2.0,<3.0
elasticsearch-2: elasticsearch>=2.0,<3.0
elasticsearch-5: elasticsearch-dsl>=5.0,<6.0
Expand Down

0 comments on commit 6bb8571

Please sign in to comment.