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
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 details)
File details
Details for the file scott-freeze-0.1.tar.gz
.
File metadata
- Download URL: scott-freeze-0.1.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fda4d73ad325591d7d5aa9d628468fc513199938e9ccb6ce92c718df834ceb6 |
|
MD5 | 53c872f31295f639204b90d499bce9ab |
|
BLAKE2b-256 | 4b8a81f9ed9ac14cab52508a5c86903bad3c593d2e526f8a1ceefd13eef6b99c |