mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +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:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user