-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
pyproject.toml support for tools like poetry #93
Comments
Running into the issue with flit not being able to pip install inside pyoxidizer. I was able to get the pip install command that is generated to complete on my machine by putting |
Until poetry is installed, my workflow is along the lines of:
After enabling the requirements.txt example inside the src/*.bzl file. If there are errors about pinning version hashes, add the provided version hash to the end of requirements.txt |
Is there any way to run Or perhaps |
could use the poetry export pre-commit hook, maybe... |
Separate issue from #82 as recommended. pyproject.toml is what's used by poetry and is the standard behind Pipfile.
The text was updated successfully, but these errors were encountered: