From c97cf46f28f147c1b6b7709e6b039308ea4d9881 Mon Sep 17 00:00:00 2001 From: Abbas Toof Date: Sun, 2 Jun 2024 20:48:31 +0300 Subject: [PATCH] Update requirements.txt --- requirements.txt | 33 +++++++++++++++------------------ 1 file changed, 15 insertions(+), 18 deletions(-) diff --git a/requirements.txt b/requirements.txt index 460e1bd..245d004 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,19 +1,19 @@ +# Application dependencies Django==4.0.6 +djangorestframework==3.12.4 +fastapi==0.75.1 +uvicorn==0.17.0 mysqlclient==2.0.3 -docker==5.0.3 requests==2.26.0 + +# Testing dependencies pytest==7.1.2 -flake8==4.0.1 -black==21.12b0 -mypy==0.910 -sphinx==4.3.0 -gunicorn==20.1.0 -django-crispy-forms==1.13.0 -django-sslserver==0.22 -django-anymail==9.0.0 -django-bootstrap-pagination==1.7.1 -django-filter==2.4.0 -django-haystack==3.0 + +# Security dependencies +bandit==1.7.0 + +# Other dependencies +docker==5.0.3 Pillow==9.0.0 django-redis==5.0.0 asgiref==3.5.0 @@ -26,13 +26,10 @@ urllib3==1.26.8 sqlparse==0.4.2 PyYAML==6.0 typing_extensions==4.0.1 -djangorestframework==3.12.4 -fastapi==0.75.1 -uvicorn==0.17.0 django-rest-swagger==2.2.0 django-rest-knox==4.1.0 django-rest-auth==0.9.5 -django-allauth==0.47.0,>=0.47.0 +django-allauth==0.47.0 + +# Build dependencies setuptools==58.0.4 -# Security dependencies -bandit==1.7.0