added uvicorn in requirements

This commit is contained in:
GotthardG 2024-12-16 11:48:43 +01:00
parent 64581d86e7
commit 333f62c2d7

View File

@ -52,9 +52,6 @@ deploy:
- echo "Running the application..."
- python3.8 -m main # Replace with the exact command to start your app
stages:
- release
release:
stage: release
when: manual