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 c397ac8 commit 28855c7
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Django==4.0,<4.1
mysqlclient==2.1.0
docker==5.0.0
Django==4.0.6
mysqlclient==2.0.3
docker==5.0.3
requests==2.26.0
pytest==7.0.1
pytest==7.1.2
flake8==4.0.1
black==21.12b0
mypy==0.910
Expand All @@ -26,9 +26,13 @@ urllib3==1.26.8
sqlparse==0.4.2
PyYAML==6.0
typing_extensions==4.0.1
djangorestframework==3.13.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
setuptools==58.2.0
# Security dependencies
bandit==1.7.0

0 comments on commit 28855c7

Please sign in to comment.