mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-11-05 10:27:32 +03:00
Move setuptools to testing requirements (#9818)
This commit is contained in:
parent
26cf80984f
commit
2465f9b487
|
|
@ -6,3 +6,4 @@ importlib-metadata<5.0
|
||||||
# temporary pin of attrs
|
# temporary pin of attrs
|
||||||
attrs==22.1.0
|
attrs==22.1.0
|
||||||
pytz # Remove when dropping support for Django<5.0
|
pytz # Remove when dropping support for Django<5.0
|
||||||
|
setuptools>=77.0.3
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -23,7 +23,6 @@ deps =
|
||||||
djangomain: https://github.com/django/django/archive/main.tar.gz
|
djangomain: https://github.com/django/django/archive/main.tar.gz
|
||||||
-rrequirements/requirements-testing.txt
|
-rrequirements/requirements-testing.txt
|
||||||
-rrequirements/requirements-optionals.txt
|
-rrequirements/requirements-optionals.txt
|
||||||
setuptools
|
|
||||||
|
|
||||||
[testenv:base]
|
[testenv:base]
|
||||||
; Ensure optional dependencies are not required
|
; Ensure optional dependencies are not required
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user