From 21a0e4a8f2870e65bfb4546c19405f8bb9886a08 Mon Sep 17 00:00:00 2001 From: Jim Fingal Date: Sun, 8 Nov 2020 13:20:31 -0800 Subject: [PATCH] Alphabetize requirements and use a dash instead of hyphen in the pytest-django package requirement --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ff5848d56..12a7b6e3f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,10 +7,10 @@ flower==0.9.4 Pillow>=7.1.0 psycopg2==2.8.4 pycryptodome==3.9.4 -python-dateutil==2.8.1 -pytest_django==4.1.0 +pytest-django==4.1.0 pytest==6.1.2 pytest-cov==2.10.1 +python-dateutil==2.8.1 redis==3.4.1 requests==2.22.0 responses==0.10.14