Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dependency mismatch between requirements.txt and pyproject.toml #5791

Merged
merged 3 commits into from
May 16, 2023

Conversation

Aadesh-Baral
Copy link
Contributor

Since pdm was introduced, we have a new file called pyproject.toml that lists the dependencies of our projects. requirements.txt was still available as a backup, though.
requirements.txt and pyproject.toml both had some changed dependencies that we had to take into account.
With the revised dependencies from requirements.txt topyproject.toml and vice versa, this PR addresses the mismatch in dependencies between these two files.

…ct.toml.

---------------------------------------------------------
Since pdm was introduced, we have a new file called pyproject.toml that lists the dependencies of our projects. Requirements.txt was still available as a backup, though.
Requirements.txt and pyproject.toml both had some changed dependencies that we had to take into account.
With the revised dependencies from requirements.txt to prproject.toml and vice versa, this PR addresses the mismatch in dependencies between these two files.
…ments.txt

----------------------------------------------------------------------------------------
Since pdm was introduced, we have a new file called pyproject.toml that lists the dependencies of our projects. Requirements.txt was still available as a backup, though.
Requirements.txt and pyproject.toml both had some changed dependencies that we had to take into account.
With the revised dependencies from requirements.txt to prproject.toml and vice versa, this PR addresses the mismatch in dependencies between these two files.
@sonarcloud
Copy link

sonarcloud bot commented May 16, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@Aadesh-Baral Aadesh-Baral merged commit dd65104 into develop May 16, 2023
3 checks passed
@Aadesh-Baral Aadesh-Baral deleted the dependency/sync-pyprojet.toml branch May 16, 2023 10:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant