2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 18:15:40 +00:00

Import setuptools in manage.py (#4061)

* Import setuptools in manage.py

Ref: https://github.com/pypa/setuptools/issues/3706

* Import all the things

* Show setuptools version

* Update setuptools to latest verseion

* Force upgrade of setuptools version

* Remove debug

* Prevent docker builds on PR

* Remove setuptools imports
This commit is contained in:
Oliver
2022-12-16 07:42:07 +11:00
committed by GitHub
parent 09cb59ead3
commit 0f55cbf7f5
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Basic package requirements
invoke>=1.4.0 # Invoke build tool
pyyaml>=6.0
setuptools==60.0.5
setuptools==65.6.3
wheel>=0.37.0
# Database links