- Downgrade requests version to ensure compatibility with current code
- Update setup.py to only include the actual requirements needed to install. Thanks to Toshio Kuratomi (#3)
- Fix tests which now throw InvalidSlugException. Thanks to Toshio Kuratmi (#4)
- add new InvalidSlugException; make exceptions share a base class