Huge re-factoring. Dropping all fields, widgets and validators and include a new
meta class for forms instead. See [README.md](README.md) for more information.
Added Features
- ✅ Configured [tox](https://tox.readthedocs.io/) for automated testing.
- 📦 Added requirement files.
Changes
- ♻️ Use _meta class_ for forms.
- ✅ Use plain _unittest_ instead of _nosetest_.
Updates
- ➕ Added dependencies to `setup.py`.
Removed
- 🔥 Removed all fields, widgets and validators.
- 📦 Removed tests from the Python package.