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

add pyproject.toml and pinned dependencies #107

Merged
merged 14 commits into from
Jul 18, 2024
Merged

add pyproject.toml and pinned dependencies #107

merged 14 commits into from
Jul 18, 2024

Conversation

facundoolano
Copy link
Owner

@facundoolano facundoolano commented Jul 18, 2024

Tried several combinations to get pinned dependencies and the new pyproject.toml file instead of a plain requirements.txt. My goal was to support this without imposing a new tool to someone trying to use the project (e.g. preinstalled Poetry). pip-tools did the trick, but ended up choosing uv which is a faster drop-in replacement, and can also be installed from pip.

Also added ruff for linting/formatting, but haven't applied it yet, to avoid cluttering this PR.

@facundoolano facundoolano marked this pull request as draft July 18, 2024 00:13
@facundoolano facundoolano changed the title add pip-tools and pyproject.toml add pyproject.toml and pinned dependencies Jul 18, 2024
@facundoolano facundoolano marked this pull request as ready for review July 18, 2024 13:48
@facundoolano facundoolano merged commit 4a38de5 into main Jul 18, 2024
1 check passed
@facundoolano facundoolano deleted the pip_tools branch July 18, 2024 15:13
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.

1 participant