Update pypi dependencies
Project description
pp-up
Overview
Script to update your dependencies by checking if there are new versions available on pypi.
This script parses your requirements.txt and setup.py files, and updates any pinned version you may have to the latest version available on pypi.
When you have a version pinned for a specific reason add # pp_up: pin
to the line you want
to pin, this only works on requirements files example:
pp_up==0.0.1 # pp_up: pin
The files are backupped before modification.
Usage
cd $YOUR_PROJECT_DIR
python -m pp_up
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pp_up-0.1.0.tar.gz
(3.1 kB
view hashes)
Built Distribution
pp_up-0.1.0-py3-none-any.whl
(4.4 kB
view hashes)