Created
May 19, 2025 20:16
-
-
Save Arqentum/0e22e0bcfd1352bd7088338495af2983 to your computer and use it in GitHub Desktop.
#Python #Poetry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # https://danielms.site/blog/requirements-txt-to-poetry-pyproject-toml/ | |
| # requirements.txt to pyproject.toml | |
| cat requirements.txt | grep -E '^[^# ]' | cut -d= -f1 | xargs -n 1 poetry add |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment