Skip to content

Commit

Permalink
Update the requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
kirkoov committed Jan 15, 2024
1 parent 21379c3 commit 7279fd8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 5 deletions.
13 changes: 9 additions & 4 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Django==3.2.16
djangorestframework==3.12.4
django-cors-headers==3.13.0
psycopg2-binary==2.9.3
asgiref==3.7.2
django-cors-headers==3.13.0
django==3.2.16
djangorestframework==3.12.4
psycopg2-binary==2.9.3
python-dotenv==1.0.0
pytz==2023.3.post1
sqlparse==0.4.4
typing-extensions==4.9.0
16 changes: 15 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ django = "3.2.16"
djangorestframework = "3.12.4"
django-cors-headers = "3.13.0"
psycopg2-binary = "2.9.3"
python-dotenv = "^1.0.0"


[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 7279fd8

Please sign in to comment.