Skip to content

Update those requirements.txt files with pip-tools

License

Notifications You must be signed in to change notification settings

muttermachine/docker-pip-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-pip-tools

Update those requirements.txt files with pip-tools

Usage (assuming you have requirements in requirements.in):

docker run -v $(pwd):/src --rm -it micktwomey/pip-tools

This will build a requirements.txt for you.

Why?

Why not simply pip install pip-tools? This keeps your host machine environment pristine and also means you don't drag it in as a dependency in your production environments. Also, why not?

About

Update those requirements.txt files with pip-tools

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Makefile 100.0%