You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

requirements-pyconpl2016.txt

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

requirements-pyconpl2016.txt

Mocking you since 2016


Maintainers
1

Readme

|PyPI|

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.

.. |PyPI| image:: https://img.shields.io/badge/downloads-enough-ff69b4.svg :target:

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc