Skip to content

Commit

Permalink
Update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathaniel81 committed May 15, 2024
1 parent 23df5c0 commit 4658516
Show file tree
Hide file tree
Showing 15 changed files with 164 additions and 6 deletions.
Binary file not shown.
1 change: 1 addition & 0 deletions backend/frontend/dist/assets/index-Ait0vhS3.css

Large diffs are not rendered by default.

96 changes: 96 additions & 0 deletions backend/frontend/dist/assets/index-pGFNy7-M.js

Large diffs are not rendered by default.

Binary file added backend/frontend/dist/favicon.ico
Binary file not shown.
Binary file added backend/frontend/dist/images/airpods.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/alexa.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions backend/frontend/dist/images/avatar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/camera.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/mouse.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/phone.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/playstation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added backend/frontend/dist/images/sample.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions backend/frontend/dist/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Blizzr</title>
<script type="module" crossorigin src="/static/assets/index-pGFNy7-M.js"></script>
<link rel="stylesheet" crossorigin href="/static/assets/index-Ait0vhS3.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
11 changes: 5 additions & 6 deletions backend/requirements_workflow.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,8 @@
asgiref==3.7.2
# coverage==7.4.0
# Django==5.0.1
# django-countries==7.5.1
# django-cors-headers==4.3.1
django-cors-headers==4.1.0
djangorestframework==3.14.0
# pillow==10.2.0
pytz==2023.3.post1
sqlparse==0.4.4
# typing_extensions==4.9.0
tzdata==2023.4
djangorestframework-simplejwt==5.3.0
PyJWT==1.7.1
Expand All @@ -20,3 +14,8 @@ typing_extensions==4.7.1
python-dotenv==0.21.1
whitenoise==6.6.0
cloudinary==1.40.0
dj-database-url==2.1.0
psycopg2-binary==2.9.9
gunicorn==21.2.0
packaging==23.2
tzdata==2024.1

0 comments on commit 4658516

Please sign in to comment.