Skip to content

Remove requirements.txt - #13

Merged
rahulsavani merged 1 commit into
gambitproject:mainfrom
nataliemes:chore/remove-requirements-txt
Jul 6, 2026
Merged

Remove requirements.txt#13
rahulsavani merged 1 commit into
gambitproject:mainfrom
nataliemes:chore/remove-requirements-txt

Conversation

@nataliemes

Copy link
Copy Markdown
Collaborator

This PR removes requirements.txt, since dependencies are already specified in pyproject.toml.

pre-commit and ruff were added as dev optional dependencies.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR consolidates Python dependency management by removing the standalone requirements.txt and relying on pyproject.toml for runtime and development tooling dependencies.

Changes:

  • Deleted requirements.txt.
  • Added a dev optional-dependency extra to pyproject.toml including pre-commit and ruff.

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
requirements.txt Removed the legacy pip requirements file.
pyproject.toml Added dev optional dependencies for local tooling (pre-commit, ruff).

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

Comment thread pyproject.toml
Comment on lines +41 to +44
dev = [
"pre-commit",
"ruff",
]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think using latest versions is fine.

Comment thread pyproject.toml
"pygambit",
]

dev = [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We wanted this copilot!

Comment thread pyproject.toml
"pygambit",
]

dev = [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

We wanted this copilot!

Comment thread pyproject.toml
Comment on lines +41 to +44
dev = [
"pre-commit",
"ruff",
]

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I think using latest versions is fine.

@rahulsavani
rahulsavani merged commit ecd0344 into gambitproject:main Jul 6, 2026
8 checks passed
@nataliemes
nataliemes deleted the chore/remove-requirements-txt branch July 23, 2026 05:42
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