Projet

Général

Profil

0005-dj22-use-DRF-3.9.2-51516.patch

Benjamin Dauvergne, 01 mars 2021 15:06

Télécharger (896 octets)

Voir les différences:

Subject: [PATCH 5/9] dj22: use DRF>=3.9.2 (#51516)

 setup.py | 2 +-
 tox.ini  | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)
setup.py
113 113
        'jsonschema',
114 114
        'gadjo',
115 115
        'six',
116
        'djangorestframework<3.4',
116
        'djangorestframework>=3.3,<3.10',
117 117
        'pytz',
118 118
        'python-dateutil',
119 119
        'django-admin-rangefilter',
tox.ini
23 23
deps = 
24 24
  dj111: django<2
25 25
  dj22: django<2.3
26
  djangorestframework>=3.9.2,<3.10
26 27
  pip>8
27 28
  pytest-flakes
28 29
  pg: psycopg2
29
-