kapucko / docker-pip-tools

Update those requirements.txt files with pip-tools. Fork is because of various python package's system dependencies...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 kapucko/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. Fork is because of various python package's system dependencies...

License:MIT License


Languages

Language:Dockerfile 52.3%Language:Makefile 47.7%