2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 04:55:44 +00:00

chore(backend): remove constraints (#9748)

* remove constraints

* general dep bump

* bump opentelemetry
This commit is contained in:
Matthias Mair
2025-06-08 01:22:10 +02:00
committed by GitHub
parent 4b71130ebe
commit 25d13b4201
9 changed files with 202 additions and 273 deletions

View File

@ -1,6 +1,4 @@
# 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