From d9a9cf25af17045c9a8e219a3cc38832f1c6e29f Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Tue, 12 Oct 2021 23:56:47 +0200 Subject: [PATCH] add missing credits --- docs/credits.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/credits.md b/docs/credits.md index 87c0140..d554b6c 100644 --- a/docs/credits.md +++ b/docs/credits.md @@ -38,6 +38,12 @@ InvenTree relies on the following Python libraries: | [qrcode](https://pypi.org/project/qrcode/) | BSD | QR code support | | [django-q](https://pypi.org/project/django-q/) | MIT | Background task manager | | [gunicorn](https://pypi.org/project/gunicorn/) | MIT | Web server | +| [flake8](https://pypi.org/project/flake8/) | MIT | style checking | +| [pep8-naming](https://pypi.org/project/pep8-naming/) | Expat | name checking | +| [coverage](https://pypi.org/project/coverage/) | Apache-2.0 | coverage checking | +| [coveralls](https://pypi.org/project/coveralls/) | MIT | coverage uploader | +| [django-formtools](https://pypi.org/project/django-formtools/) | MIT | better forms / wizards | +| [django-allauth](https://pypi.org/project/django-allauth/) | MIT | SSO for django | ## Frontend libraries