From ecf0ff1caa53fca7c17b9070b2a8a6068d164081 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Fri, 29 Apr 2022 17:28:58 -0700 Subject: [PATCH] attempt 5 --- requirements/tests.txt | 1 + tox.ini | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/tests.txt b/requirements/tests.txt index e294db57..8df8791c 100644 --- a/requirements/tests.txt +++ b/requirements/tests.txt @@ -1,4 +1,5 @@ coverage +django django-storages flake8 mock diff --git a/tox.ini b/tox.ini index f81b685e..ff767b8a 100644 --- a/tox.ini +++ b/tox.ini @@ -12,7 +12,6 @@ setenv = PYTHONDONTWRITEBYTECODE=1 deps = -rrequirements/tests.txt - -rrequirements.txt django22: django>=2.2,<2.3 django32: django>=3.2,<3.3 django40: django>=4.0,<4.1