diff options
| author | Martin Vilcans <martin@librador.com> | 2013-08-13 20:40:53 +0200 |
|---|---|---|
| committer | Martin Vilcans <martin@librador.com> | 2013-08-13 20:40:53 +0200 |
| commit | e19078c702e81b443ab65acf67ae3e61c1b0c06c (patch) | |
| tree | ef9f8c6b7d64e921961a1a979fa1ac938164019d | |
| parent | 7c6b6202af6054f7cc5f05ebe5c602a3eb45f12b (diff) | |
Add missing dependency on six for Py3
| -rw-r--r-- | requirements-py3.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements-py3.txt b/requirements-py3.txt index 3fb0cff..c658d8d 100644 --- a/requirements-py3.txt +++ b/requirements-py3.txt @@ -1,3 +1,4 @@ #reportlab nose pep8 +six |
