2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

[FR] Switch from git to dulwich (#4966)

* [FR] Switch from pure git to dulwich Fixes #4942

* fix lenght

* change length again

* change length again
This commit is contained in:
Matthias Mair
2023-06-05 11:27:46 +02:00
committed by GitHub
parent 2ed7eefa27
commit 58a33c2e67
6 changed files with 40 additions and 82 deletions

View File

@ -28,6 +28,7 @@ django-user-sessions # user sessions in DB
django-weasyprint # django weasyprint integration
djangorestframework # DRF framework
django-xforwardedfor-middleware # IP forwarding metadata
dulwich # pure Python git integration
drf-spectacular # DRF API documentation
feedparser # RSS newsfeed parser
gunicorn # Gunicorn web server