diff options
| author | Xavier Ordoquy | 2015-02-06 13:57:08 +0100 | 
|---|---|---|
| committer | Xavier Ordoquy | 2015-02-06 13:57:08 +0100 | 
| commit | 750d0c9f2b994af2ba92d2d470bbe079f9d9847c (patch) | |
| tree | 4ece69167f3896de57ea6b0f44a2cc2e29f0f69e | |
| parent | 238a3b507baa4543e3bae82a6fc9d88a0aadc5ea (diff) | |
| download | django-rest-framework-750d0c9f2b994af2ba92d2d470bbe079f9d9847c.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 e5f555f5..32938ab2 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 for secured PyPI uploads  twine==1.4.0  # MkDocs for documentation previews/deploys | 
