Backend requirements bump

[backend] Bump fastapi to 0.111.0
[backend] Bump pydantic to 1.10.15
[backend] Bump uvicorn to 0.29.0
[backend] Bump python-dotenv to 1.0.1
[backend] Bump sqlalchemy to 2.0.30
[backend] Bump mysqlclient to 2.2.4
[backend] Bump requests to 2.32.2
[backend] Bump stravalib to 1.7
[backend] Bump python-multipart to 0.0.9
[README] README file updated
[frontend] Updated dockerfile for frontend image
[frontend] Added .env file for frontend docker image
[docker] Updated docker compose example file
This commit is contained in:
João Vitória Silva
2024-05-22 23:03:55 +01:00
parent dd46bb7790
commit 07268af5ce
9 changed files with 82 additions and 93 deletions

54
.gitignore vendored
View File

@@ -10,37 +10,35 @@ backend/*.log
# Frontend
frontend/img/users_img/*.*
# Frontend Vue.js
# Logs
frontend_vue/.gitignore
frontend_vue/logs
frontend_vue/*.log
frontend_vue/npm-debug.log*
frontend_vue/yarn-debug.log*
frontend_vue/yarn-error.log*
frontend_vue/pnpm-debug.log*
frontend_vue/lerna-debug.log*
frontend/.gitignore
frontend/logs
frontend/*.log
frontend/npm-debug.log*
frontend/yarn-debug.log*
frontend/yarn-error.log*
frontend/pnpm-debug.log*
frontend/lerna-debug.log*
frontend_vue/node_modules
frontend_vue/.DS_Store
frontend_vue/dist
frontend_vue/dist-ssr
frontend_vue/coverage
frontend_vue/*.local
frontend_vue/README.md
frontend/node_modules
frontend/.DS_Store
frontend/dist
frontend/dist-ssr
frontend/coverage
frontend/*.local
frontend/README.md
frontend_vue/cypress/videos/
frontend_vue/cypress/screenshots/
frontend/cypress/videos/
frontend/cypress/screenshots/
# Editor directories and files
frontend_vue/.vscode/*
frontend_vue/!.vscode/extensions.json
frontend_vue/.idea
frontend_vue/*.suo
frontend_vue/*.ntvs*
frontend_vue/*.njsproj
frontend_vue/*.sln
frontend_vue/*.sw?
frontend/.vscode/*
frontend/!.vscode/extensions.json
frontend/.idea
frontend/*.suo
frontend/*.ntvs*
frontend/*.njsproj
frontend/*.sln
frontend/*.sw?
frontend_vue/*.tsbuildinfo
frontend/*.tsbuildinfo