mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-04 07:05:41 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			545 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# Base python requirements for docker containers
 | 
						|
 | 
						|
# Basic package requirements
 | 
						|
invoke>=2.2.0                   # Invoke build tool
 | 
						|
pyyaml>=6.0.1
 | 
						|
setuptools>=69.0.0
 | 
						|
wheel>=0.41.0
 | 
						|
 | 
						|
# Database links
 | 
						|
psycopg[binary, pool]
 | 
						|
mysqlclient>=2.2.0
 | 
						|
mariadb>=1.1.8
 | 
						|
 | 
						|
# gunicorn web server
 | 
						|
gunicorn>=22.0.0
 | 
						|
 | 
						|
# LDAP required packages
 | 
						|
django-auth-ldap                # Django integration for ldap auth
 | 
						|
python-ldap                     # LDAP auth support
 | 
						|
django<5.0                      # Force lower to match main project
 | 
						|
 | 
						|
# Upgraded python package installer
 | 
						|
uv
 |