2
0
mirror of https://github.com/inventree/inventree-docs.git synced 2025-04-28 05:36:46 +00:00

Merge pull request #193 from matmair/housekeeping

Housekeeping
This commit is contained in:
Oliver 2021-10-13 09:28:26 +11:00 committed by GitHub
commit b748f692b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 8 deletions

View File

@ -38,6 +38,12 @@ InvenTree relies on the following Python libraries:
| [qrcode](https://pypi.org/project/qrcode/) | BSD | QR code support | | [qrcode](https://pypi.org/project/qrcode/) | BSD | QR code support |
| [django-q](https://pypi.org/project/django-q/) | MIT | Background task manager | | [django-q](https://pypi.org/project/django-q/) | MIT | Background task manager |
| [gunicorn](https://pypi.org/project/gunicorn/) | MIT | Web server | | [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 ## Frontend libraries

View File

@ -70,7 +70,7 @@ Tagged released are shown below. Click on the release notes for each version to
## Upcoming Features ## Upcoming Features
In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. In-progress and upcoming features can be viewed on [GitHub](https://github.com/inventree/inventree/pulls), where the InvenTree source code is hosted. Main roadmap items are highlighted in [In Development](../upcoming.md).
## Suggest Something New ## Suggest Something New

View File

@ -23,12 +23,6 @@ There are a lot of planned features / improvements for integrated barcode suppor
Work is planned on a plugin system to allow integration with third party applications (such as Xero, Open Cart etc). Work is planned on a plugin system to allow integration with third party applications (such as Xero, Open Cart etc).
### SSO Login
Allow SSO integration and login support
References: References:
- [#625](https://github.com/inventree/InvenTree/issues/625) - [#2037](https://github.com/inventree/InvenTree/issues/2037)
- [#634](https://github.com/inventree/InvenTree/issues/634)
- [#1693](https://github.com/inventree/InvenTree/issues/1693)