mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Pin setuptools version
- Recent update seems to have borked it
This commit is contained in:
parent
db61c39400
commit
03eb5441c7
@ -1,7 +1,7 @@
|
|||||||
# Base python requirements for docker containers
|
# Base python requirements for docker containers
|
||||||
|
|
||||||
# Basic package requirements
|
# Basic package requirements
|
||||||
setuptools>=57.4.0
|
setuptools>=57.4.0<=60.1.0
|
||||||
wheel>=0.37.0
|
wheel>=0.37.0
|
||||||
invoke>=1.4.0 # Invoke build tool
|
invoke>=1.4.0 # Invoke build tool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user