picky

A tool for checking versions of packages used by conda or pip are as specified in their requirements files.


License
MIT
Install
pip install picky==0.0.dev0

Documentation

Picky

Picky is a tool for making sure that the packages you have installed with pip or conda match those you have specified.

It has been split into two packages:

  • picky-pip for virtualenvs and other environments where pip is used to manage packages.
  • picky-conda for conda environments.

Problems?