Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
abbastoof authored Jun 2, 2024
1 parent d0f09dc commit c97cf46
Showing 1 changed file with 15 additions and 18 deletions.
33 changes: 15 additions & 18 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit c97cf46

Please sign in to comment.