Requirements¶
DRF Toolkit has the following core requirements:
- Python 3.11+
- Django 4.2+
- Django REST Framework 3.14+
Python Version Support¶
The toolkit officially supports:
- Python 3.11
- Python 3.12
- Python 3.13 (beta support)
Django Compatibility¶
DRF Toolkit is tested and compatible with:
- Django 4.2 and above
- Django REST Framework 3.14 and above
Optional Dependencies¶
Depending on which features you use, you might need additional packages. Each feature's documentation page lists its specific dependencies, if any.
Development Requirements¶
If you're contributing to DRF Toolkit, you'll need additional packages for development and testing. See the Development Setup page for more details.