Skip to content

micdonato/hm-python-ttrl

Repository files navigation

hm-python-ttrl

following tutorial for hypermodern python

From here

Adding requirements

This could be a way to remove the versions and pipe to poetry add:

cat requirements.txt | sed  's/==.*//' | awk '{print "poetry add " $1}' | xargs  echo

This actually creates a command per dep. Might be useful if I wanted to check on dev deps.

Otherwise I could do

cat requirements.txt | sed  's/==.*//' | xargs poetry add

This would add all of them.

About

following tutorial for hypermodern python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages