diff options
author | Martin Vilcans <martin@librador.com> | 2012-07-08 22:21:42 +0200 |
---|---|---|
committer | Martin Vilcans <martin@librador.com> | 2012-07-08 22:21:42 +0200 |
commit | 6c4e892d32cafa6c8a78cf0ffa268b727f18a684 (patch) | |
tree | 3f57595dd8fb60cdc26b571e0f5f403f7ad0ce36 /requirements.txt | |
parent | ac4bc25392d5e406e9f2232982fb147ce6efa845 (diff) | |
download | screenplain-6c4e892d32cafa6c8a78cf0ffa268b727f18a684.tar.gz |
Only a single period creates a slug.
Fixes #4
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index dd42aec..321e747 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,4 @@ reportlab unittest2 +nose +pep8 |