We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Gist:https://gist.github.com/xNinjaKittyx/1680e3159026089986df98a62eec02cc
Initially thought it was a poetry bug, but I went ahead and checked the parser using this
import tomlkit print(tomlkit.dumps(tomlkit.loads(open('pyproject.toml').read())))
with the gist saved as pyproject.toml in the local folder. It will end up corrupting itself (as shown in the comment of the gist).
I have tested using pypoetry's version 0.5.11 as well as 0.6.0 from pypi
The text was updated successfully, but these errors were encountered:
I've created a fork of tomlkit v0.7.0 with the issue fixed, try it:
GitHub: https://github.com/frostming/atoml PyPI: https://pypi.org/project/atoml
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Gist:https://gist.github.com/xNinjaKittyx/1680e3159026089986df98a62eec02cc
Initially thought it was a poetry bug, but I went ahead and checked the parser using this
with the gist saved as pyproject.toml in the local folder.
It will end up corrupting itself (as shown in the comment of the gist).
I have tested using pypoetry's version 0.5.11 as well as 0.6.0 from pypi
The text was updated successfully, but these errors were encountered: