Skip to main content

Utility for managing requirements files

Project description

Keep requirements.in with unpinned or loosely pinned requirements, and let scott freeze them into requirements.txt for tests and deployment:

$ cat requirements.in
flask>0.9
$ scott-freeze requirements.in > requirements.txt
$ cat requirements.txt
# Generated file. Please do not edit manually
#
# `requirements.in` contains direct dependencies (and may be >version instead
# of ==version) This file is a list of dependencies and _their_ dependencies,
# completely frozen.  To generate this file, use scott-freeze
#
# Example
#     $ scott-freeze requirements.in > requirements.txt
#
Flask==0.10.1
itsdangerous==0.24
Jinja2==2.7.3
MarkupSafe==0.23
Werkzeug==0.9.6

Version control

We recommend that you keep both requirements.in and requirements.txt in your repo.

License

Apache 2.0. See LICENSE for details.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

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

Source Distribution

scott-freeze-0.1.tar.gz (3.2 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