SaaSHub helps you find the best software and product alternatives Learn more →
Pipreqs Alternatives
Similar projects and alternatives to pipreqs
-
-
AppSignal
Monitoring that respects your time & budget. APM, error tracking, and dashboards for modern web apps. Ten-minute setup, transparent flat pricing, and support from engineers who actually use the product.
-
-
-
-
-
-
-
Kargo
Stop Scripting Promotions. Start Shipping with Kargo. Kargo automates promotion across dev, staging, and prod with approval gates and verification. Open source, built by the team behind Argo CD. Download now.
-
-
-
-
-
-
-
pyMigrate
A tool for automatically migrating any python source code to a virtual environment with all dependencies automatically identified and installed. You can also use this tool to generate requirements.txt for your python code base, in general, this tool will help you to bring your old/hobby python codebase to production/distribution.
-
-
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
pipreqs discussion
pipreqs reviews and mentions
-
How to Generate requirements.txt From What Your Code Actually Imports (pipreqs vs pip freeze)
So I went looking for a better way to generate the thing, and the tool I'd criminally underused was pipreqs, whose one-line pitch in its GitHub README is to "generate pip requirements.txt file based on imports of any project" - the exact opposite of what pip freeze does.
-
⚡️PipZap: Zapping the mess out of the Python dependencies
pipreqs: Automatically generates a minimal requirements.txt by scanning project imports, targeting direct dependencies. It's helpful but can miss dependencies in complex scenarios or dynamic imports.
-
Generate pip requirements.txt file based on imports of any project
It uses this file which maps import names to package names, but it's only 1152 packages and I'm not sure how it was generated. https://github.com/bndr/pipreqs/blob/master/pipreqs/mapping
-
How to install Python packages without a requirements.txt file with pipreqs
That's when pipreqs comes into play as a "life saver". This tool will scan all scripts/folders in the current working directory (or where you want it to look by providing a path) and installs all the found packages.
-
The type system is a programmer's best friend
Ah this is enlightening but also disheartening to hear. I am currently in the process of cleaning up our projects and some way of knowing the gems we actually use would have been a great help. The excellent pip-reqs package for python has been an immense help with my python specific problems
-
Best way to keep a large project's dependencies/libraries up to date?
Another way would be to use pipreqs or similar tool in pre-commit
- A platform to schedule python scripts. What do you think?
-
To my fellow Latin Americans, I made a script to search for low prices periodically in Mercado Libre
Instead of pip freeze you can use pipreqs (https://github.com/bndr/pipreqs)
-
List all dependency of a module
https://github.com/bndr/pipreqs should do what you want.
-
I made a webscraper for ps3 themes page.
The easiest way to make a requirements.txt is using pipreqs.
-
A note from our sponsor - SaaSHub
www.saashub.com | 15 Sep 2026
Stats
bndr/pipreqs is an open source project licensed under Apache License 2.0 which is an OSI approved license.
The primary programming language of pipreqs is Python.