Metadata-Version: 2.1
Name: django-belt
Version: 1.4.0
Summary: Django app made to get together a set of utilities to use with Django projects.
Home-page: https://github.com/marcosgabarda/django-belt
Author: Marcos Gabarda
Author-email: hey@marcosgabarda.com
Requires-Python: >=3.6
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: django
Requires-Dist: django-model-utils
Requires-Dist: djangorestframework
Requires-Dist: django-filter
Provides-Extra: doc
Requires-Dist: belt; extra == "doc"
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-django; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: factory_boy; extra == "test"
