Skip to main content

Mocking you since 2016

Project description

Ever did a mistake to pip install in the terminal when installing packages from requirements.txt file like following?

$ pip install requirements.txt
Collecting requirements.txt
  Could not find a version that satisfies the requirement requirements.txt (from versions: )
No matching distribution found for requirements.txt

Now you wont. Thanks to some nasty hacks and tricks there is a package on PyPI that handles that. It finds the desired requirements file and installs it in your current environment.

echo "gevent" > requirements-dev.txt
pip install requirements-dev.txt

This package was made only for trolling so do not expect it to work. It may work on Linux and Mac OS X but was not extensively tested. It is also a one-shot trick so no updates will be installed once you do that unless you specify a -U or --update switch. Happy debugging!

PyPI (fortunately) does not allow to upload package named requirements.txt so the only supported name is currently a requirements-dev.txt. It still should be quite popular though.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

requirements-dev.txt-0.0.7.tar.gz (2.9 kB view details)

Uploaded Source

File details

Details for the file requirements-dev.txt-0.0.7.tar.gz.

File metadata

File hashes

Hashes for requirements-dev.txt-0.0.7.tar.gz
Algorithm Hash digest
SHA256 0c14c7c7e945c1a80140cec79170cb87cde34fcc70f742e2f8141e8eba046966
MD5 9fe2acdb7fc25bef27afd30ad77770bd
BLAKE2b-256 871f8c2cded28f326813bcc746e2d63c1b2e78d0172d436789f7be15a90462a0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page