chore: set dev dependencies version ranges

This commit is contained in:
jo 2023-02-02 19:14:15 +01:00 committed by Kyle Robbertze
parent bd76971312
commit 284fd5c688
8 changed files with 40 additions and 41 deletions

View file

@ -35,14 +35,14 @@ setup(
"psycopg2>=2.8.6,<2.10",
],
"dev": [
"django-coverage-plugin",
"django-stubs",
"djangorestframework-stubs",
"model_bakery",
"psycopg2-binary",
"pylint-django",
"pytest-django",
"requests-mock",
"django-coverage-plugin>=3.0.0,<3.1",
"django-stubs>=1.14.0,<1.15",
"djangorestframework-stubs>=1.8.0,<1.9",
"model_bakery>=1.10.1,<1.11",
"psycopg2-binary>=2.8.6,<2.10",
"pylint-django>=2.5.3,<2.6",
"pytest-django>=4.5.2,<4.6",
"requests-mock>=1.10.0,<1.11",
],
},
)