Skip to main content

simple lib for organize two requirements.txt in a unique requirements.txt file

Project description

# merge-requirements

simple lib for organize two requirements.txt in a unique requirements.txt file

### Example:

cat requirements_1.txt gunicorn==0.12.2 python-memcached==1.47 globocore==4.11.1 alf==0.4.2

cat requirements_2.txt globocore==4.16.13 Django==1.4.13 IPTCInfo==1.9.5-6 alf==0.4

merge_requirements requirements_1.txt requirements_2.txt create new file ./requirements-merged.txt

cat requirements-merged.txt Django==1.4.13 gunicorn==0.12.2 globocore==4.16.13 alf==0.4.2 python-memcached==1.47 IPTCInfo==1.9.5-6

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

merge-requirements-0.5.tar.gz (2.3 kB view hashes)

Uploaded Source

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