Skip to content

Instantly share code, notes, and snippets.

@Arqentum
Created May 19, 2025 20:16
Show Gist options
  • Select an option

  • Save Arqentum/0e22e0bcfd1352bd7088338495af2983 to your computer and use it in GitHub Desktop.

Select an option

Save Arqentum/0e22e0bcfd1352bd7088338495af2983 to your computer and use it in GitHub Desktop.
#Python #Poetry
# 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