Skip to content

Remove requirements.txt - #41

Open
gvatsal60 wants to merge 3 commits into
masterfrom
remove-requirements-txt
Open

Remove requirements.txt#41
gvatsal60 wants to merge 3 commits into
masterfrom
remove-requirements-txt

Conversation

@gvatsal60

Copy link
Copy Markdown
Owner

Remove requirements.txt

Copilot AI lite review requested due to automatic review settings August 6, 2026 15:45

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

Copilot AI review requested due to automatic review settings August 6, 2026 15:55

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

Copilot AI review requested due to automatic review settings August 6, 2026 15:58

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@sonarqubecloud

sonarqubecloud Bot commented Aug 6, 2026

Copy link
Copy Markdown

Quality Gate Failed Quality Gate failed

Failed conditions
C Security Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

Comment thread Dockerfile

RUN pip3 install --no-cache-dir -r requirements.txt
# Install dependencies into a local folder
RUN uv sync --no-cache
Comment thread Dockerfile

RUN pip3 install --no-cache-dir -r requirements.txt
# Install dependencies into a local folder
RUN uv sync --no-cache
Comment thread Dockerfile

# For standard Python applications
ENTRYPOINT [ "python" , "src/app.py" ]
ENTRYPOINT [ "uv", "run", "app.py" ]
Comment thread Dockerfile

# For standard Python applications
ENTRYPOINT [ "python" , "src/app.py" ]
ENTRYPOINT [ "uv", "run", "app.py" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants