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:
@ -140,6 +140,8 @@ djangorestframework==3.14.0
|
||||
# drf-spectacular
|
||||
drf-spectacular==0.26.2
|
||||
# via -r requirements.in
|
||||
dulwich==0.21.5
|
||||
# via -r requirements.in
|
||||
et-xmlfile==1.1.0
|
||||
# via openpyxl
|
||||
feedparser==6.0.10
|
||||
@ -279,6 +281,7 @@ uritemplate==4.1.1
|
||||
# drf-spectacular
|
||||
urllib3==2.0.2
|
||||
# via
|
||||
# dulwich
|
||||
# requests
|
||||
# sentry-sdk
|
||||
wcwidth==0.2.6
|
||||
|
Reference in New Issue
Block a user