2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-15 03:25:42 +00:00

fix(backend): ensure deps are coupled (#9649)

* fix(backend): ensure deps are coupled

* bump deps

* more constraints

* run dep resolver

* expand resolve even more

* lower lxml / xmlsec

* lower allauth
This commit is contained in:
Matthias Mair
2025-05-10 23:39:07 +02:00
committed by GitHub
parent 10a729722a
commit d7c293788b
8 changed files with 987 additions and 932 deletions

View File

@ -1,5 +1,6 @@
# Base python requirements for docker containers
-c ../../src/backend/requirements.txt
-c ../../src/backend/requirements-dev.txt
# Basic package requirements
invoke>=2.2.0 # Invoke build tool