Skip to content
Snippets Groups Projects

pipdeps

Pipdeps shows/upgrades outdated packages with respect to existing dependencies.

Python 2.7 is required.

In principle, resolving dependencies and requirements of all packages and their versions is easy. Unfortunately, computing resources of standard computer may not be sufficient even for little group of packages/versions. In an effort to decrease number of possibilities, we make some attempts to solve partial tasks. On the other hands, it may lead to some unwanted situations. Currently, package extras are not finished.

Usage

$ pipdeps.py --help
usage: pipdeps.py [-h] (-l | -u | -s SHOW [SHOW ...])

Pipdeps shows/upgrades outdated packages with respect to existing
dependencies.

optional arguments:
  -h, --help            show this help message and exit
  -l, --list            show upgradeable packages and versions
  -u, --upgrade         upgrade upgradeable packages
  -s SHOW [SHOW ...], --show SHOW [SHOW ...]
                        show detailed info about upgradeable packages