From c78e446d2f5fdb392f216febfaa81324142f891a Mon Sep 17 00:00:00 2001 From: Paolo Melchiorre Date: Sun, 4 Dec 2022 01:14:56 +0100 Subject: Updated pre-commit file (#89) --- requirements.txt | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index 1fff2ca..89c1bd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,20 +1,20 @@ -django~=4.1 -pyld~=2.0.3 -pillow~=9.3.0 -urlman~=2.0.1 +bleach~=5.0.1 +blurhash-python~=1.1.3 cryptography~=38.0 -httpx~=0.23 -uvicorn~=0.19 +dj_database_url~=1.0.0 +django-htmx~=1.13.0 +django-storages[google,boto3]~=1.13.1 +django~=4.1 +email-validator~=1.3.0 gunicorn~=20.1.0 +httpx~=0.23 +pillow~=9.3.0 psycopg2~=2.9.5 -bleach~=5.0.1 pydantic~=1.10.2 -django-htmx~=1.13.0 -django-storages[google,boto3]~=1.13.1 -whitenoise~=6.2.0 -sphinx~=5.3.0 -sentry-sdk~=1.11.0 -dj_database_url~=1.0.0 +pyld~=2.0.3 python-dotenv~=0.21.0 -email-validator~=1.3.0 -blurhash-python~=1.1.3 +sentry-sdk~=1.11.0 +sphinx~=5.3.0 +urlman~=2.0.1 +uvicorn~=0.19 +whitenoise~=6.2.0 -- cgit v1.2.3