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 support for pyproject.toml standard #14

Closed
wants to merge 1 commit into from

Conversation

3x10RaiseTo8
Copy link
Contributor

Fixes #13

@JoshuaC215
Copy link
Owner

Thanks @3x10RaiseTo8 for working on improving the package management!

I believe the best practice for python now is to use a tool besides poetry, since it doesn't conform to the pyproject.toml standard

https://www.stuartellis.name/articles/python-modern-practices/#use-a-project-tool
https://packaging.python.org/en/latest/guides/writing-pyproject-toml/

I have been using uv lately (https://github.com/astral-sh/uv) since it is so dang fast

Would you be willing to convert this to use a standard pyproject.toml ? And in that case, we could also remove requirements.txt and test-requirements.txt in the same PR - it would require an update in the Dockerfiles and test.yml workflow file as well.

If this is more than you want to take on, I can take a pass at it before too long.

@3x10RaiseTo8
Copy link
Contributor Author

Outstanding reads! Migrating...

@3x10RaiseTo8 3x10RaiseTo8 changed the title Add support for poetry: pyproject.toml, poetry.lock Add support for pyproject.toml standard Aug 23, 2024
@3x10RaiseTo8 3x10RaiseTo8 deleted the tx/poetry-support branch August 23, 2024 19:05
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.

Add pyproject.toml support
2 participants