diff options
| author | Xavier Ordoquy | 2015-02-06 13:50:40 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-02-06 13:50:40 +0100 | 
| commit | 238a3b507baa4543e3bae82a6fc9d88a0aadc5ea (patch) | |
| tree | 0f0b659edf9993ff3ce9adaf9f906ed20da72a07 | |
| parent | 9dd97a0ee515089a1f818007f23460cf83159e71 (diff) | |
| download | django-rest-framework-238a3b507baa4543e3bae82a6fc9d88a0aadc5ea.tar.bz2 | |
Add Twine to the requirements.
| -rw-r--r-- | requirements.txt | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/requirements.txt b/requirements.txt index 00d973cd..e5f555f5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ django-oauth2-provider>=0.2.4  # wheel for PyPI installs  wheel==0.24.0 +twine==1.4.0  # MkDocs for documentation previews/deploys  mkdocs==0.11.1 | 
