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

Switch to using Poetry for dependency management #7

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

maxdymond
Copy link
Collaborator

This pull request includes changes that transition the project from using pip to manage Python dependencies to using Poetry. This includes updates to the CI workflow, shell scripts, and the removal of the dev-requirements.txt file. Additionally, a CHANGELOG.md file has been added to document project changes, and the pyproject.toml file has been introduced to define the project and its dependencies.

Changes to dependency management:

  • .github/workflows/ci.yml: The CI workflow now uses Poetry to install dependencies and run code analysis tools.
  • create_resources.sh and create_resources_nosharedkey.sh: These scripts now check for the presence of Poetry, and use it to create a requirements.txt file. [1] [2] [3]
  • dev-requirements.txt: This file has been removed, as its contents have been moved to the pyproject.toml file.
  • pyproject.toml: This new file defines the project and its dependencies.

Additional changes:

  • CHANGELOG.md: This new file will be used to document all notable changes to the project.

maxdymond added 2 commits May 16, 2024 10:14
Poetry allows for much finer control of requirements over
stock requirements.txt.
@maxdymond maxdymond merged commit 308aa1d into main May 22, 2024
2 checks passed
@maxdymond maxdymond deleted the md/poetry branch May 22, 2024 15:41
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.

2 participants