mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-30 20:55:42 +00:00 
			
		
		
		
	Postgresql fix (#6441)
* Assume maintenance mode is *on* if database is inaccessible * Specify ash shell * Update psycopg requirements * Style fixes * style fix - backends.py
This commit is contained in:
		| @@ -7,7 +7,7 @@ setuptools>=69.0.0 | ||||
| wheel>=0.41.0 | ||||
|  | ||||
| # Database links | ||||
| psycopg[binary]>=3.1.18 | ||||
| psycopg[binary, c, pool] | ||||
| mysqlclient>=2.2.0 | ||||
| mariadb>=1.1.8 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user