summaryrefslogtreecommitdiff
path: root/requirements.txt
AgeCommit message (Collapse)Author
2013-08-13Use six in richstring to be compatible with Python 3Martin Vilcans
2013-08-13Use unittest2 if available but don't require it.Martin Vilcans
The features of unittest2 are already in Python >=2.7.
2013-08-13Removed dependency on unittest2Martin Vilcans
I think I don't use its features and it doesn't exist under that name in Python 3.
2013-08-13Removed Python 2.5 requirement and Reportlab (not used right now)Martin Vilcans
2012-07-08Only a single period creates a slug.Martin Vilcans
Fixes #4
2011-08-23Development notesMartin Vilcans