Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fastily/pip-dep-bump
⬆️ Bumps dependencies in python requirements.txt files
https://github.com/fastily/pip-dep-bump
dependency-manager pip python
Last synced: about 1 month ago
JSON representation
⬆️ Bumps dependencies in python requirements.txt files
- Host: GitHub
- URL: https://github.com/fastily/pip-dep-bump
- Owner: fastily
- License: gpl-3.0
- Created: 2022-12-16T07:29:31.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:38:37.000Z (7 months ago)
- Last Synced: 2024-07-24T00:14:13.777Z (5 months ago)
- Topics: dependency-manager, pip, python
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# pip-dep-bump
[![Python 3.11+](https://upload.wikimedia.org/wikipedia/commons/6/62/Blue_Python_3.11%2B_Shield_Badge.svg)](https://www.python.org)
[![License: GPL v3](https://upload.wikimedia.org/wikipedia/commons/8/86/GPL_v3_Blue_Badge.svg)](https://www.gnu.org/licenses/gpl-3.0.en.html)Bumps requirements.txt deps and updates them in the current virtualenv
## Installation
```bash
pip install pip-dep-bump
```👉 Installs a CLI alias called `pdb` which can be used to invoke the program directly
## Usage
```
usage: pdb [-h] [-r requirements.txt] [-d]pip-dep-bump CLI
options:
-h, --help show this help message and exit
-r requirements.txt The requirements.txt file to work off of. Default is ./requirements.txt
-d Dry run, print contents of new requriements.txt
```