diff options
author | Martin Vilcans <martin@librador.com> | 2013-08-13 18:34:19 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2013-08-13 18:34:19 +0200 |
commit | 121dd5374458b38b2ab2a7e2acf30f5256a8d251 (patch) | |
tree | acf3e33955bbfe90ed2d3f33b73791e76d901cad /requirements.txt | |
parent | bc51cf3d658cfe00ce5b154f51d750283bea6a6e (diff) | |
download | screenplain-121dd5374458b38b2ab2a7e2acf30f5256a8d251.tar.gz |
Removed dependency on unittest2
I think I don't use its features and it doesn't exist under that name in Python 3.
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 3d09f64..3fb0cff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ #reportlab -unittest2 nose pep8 |