Skip to main content

Small package that makes requirement.txt files better

Project description

IHpip

simple extension to the pip -r command which allows you to separate your dependencies for different environments e.g. testing and production

sample requirements.yml

test:
  - pytest
  - tox

prod:
  - pyyaml

to install the test dependencies run ihpip requirements.yml test

this can also be used to separate python dependencies for different docker containers

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

IHpip-0.1.0.tar.gz (1.4 kB view hashes)

Uploaded Source

Built Distributions

IHpip-0.1.0-py3.7.egg (2.1 kB view hashes)

Uploaded Source

IHpip-0.1.0-py3-none-any.whl (1.9 kB view hashes)

Uploaded Python 3

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