Skip to content

Commit dda370e

Browse files
committed
.
1 parent 8a4a640 commit dda370e

File tree

1 file changed

+1
-25
lines changed

1 file changed

+1
-25
lines changed

tox.ini

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# The file (and all resulting CI YAMLs) then need to be regenerated via
1111
# "scripts/generate-test-files.sh".
1212
#
13-
# Last generated: 2025-04-03T11:16:47.342751+00:00
13+
# Last generated: 2025-04-03T11:27:09.275276+00:00
1414

1515
[tox]
1616
requires =
@@ -381,30 +381,6 @@ deps =
381381
cohere-v5: cohere~=5.3.3
382382
cohere-latest: cohere
383383

384-
# Django
385-
django-v{1.11,2.0,2.2,3.0}: pytest-django<4.0
386-
django-v{3.2,4.0,4.1,4.2,5.0,5.1}: pytest-django
387-
django-v{4.0,4.1,4.2,5.0,5.1}: djangorestframework
388-
django-v{4.0,4.1,4.2,5.0,5.1}: pytest-asyncio
389-
django-v{4.0,4.1,4.2,5.0,5.1}: Werkzeug
390-
django-latest: djangorestframework
391-
django-latest: pytest-asyncio
392-
django-latest: pytest-django
393-
django-latest: Werkzeug
394-
django-latest: channels[daphne]
395-
396-
django-v1.11: Django~=1.11.0
397-
django-v2.0: Django~=2.0.0
398-
django-v2.2: Django~=2.2.0
399-
django-v3.0: Django~=3.0.0
400-
django-v3.2: Django~=3.2.0
401-
django-v4.0: Django~=4.0.0
402-
django-v4.1: Django~=4.1.0
403-
django-v4.2: Django~=4.2.0
404-
django-v5.0: Django~=5.0.0
405-
django-v5.1: Django==5.1rc1
406-
django-latest: Django
407-
408384
# FastAPI
409385
fastapi: httpx
410386
# (this is a dependency of httpx)

0 commit comments

Comments
 (0)