mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-11-03 18:53:17 -05:00 
			
		
		
		
	fix: require python-dateutil in dependencies (#1752)
This commit is contained in:
		
							
								
								
									
										4
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										4
									
								
								poetry.lock
									
									
									
										generated
									
									
									
								
							@@ -1085,7 +1085,7 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale
 | 
				
			|||||||
name = "python-dateutil"
 | 
					name = "python-dateutil"
 | 
				
			||||||
version = "2.8.2"
 | 
					version = "2.8.2"
 | 
				
			||||||
description = "Extensions to the standard Python datetime module"
 | 
					description = "Extensions to the standard Python datetime module"
 | 
				
			||||||
category = "dev"
 | 
					category = "main"
 | 
				
			||||||
optional = false
 | 
					optional = false
 | 
				
			||||||
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
 | 
					python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@@ -1605,7 +1605,7 @@ pgsql = ["psycopg2-binary"]
 | 
				
			|||||||
[metadata]
 | 
					[metadata]
 | 
				
			||||||
lock-version = "1.1"
 | 
					lock-version = "1.1"
 | 
				
			||||||
python-versions = "^3.10"
 | 
					python-versions = "^3.10"
 | 
				
			||||||
content-hash = "1d7f2c0315f317738d7976796e88f63468bc98068cf8db5772da8ca1b28fc0e4"
 | 
					content-hash = "9b8033d971c49138bf8eb949e57e104b82b795ad45551586c1624f494388b5ef"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[metadata.files]
 | 
					[metadata.files]
 | 
				
			||||||
aiofiles = [
 | 
					aiofiles = [
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -39,6 +39,7 @@ tzdata = "^2021.5"
 | 
				
			|||||||
pyhumps = "^3.5.3"
 | 
					pyhumps = "^3.5.3"
 | 
				
			||||||
pytesseract = "^0.3.9"
 | 
					pytesseract = "^0.3.9"
 | 
				
			||||||
orjson = "^3.8.0"
 | 
					orjson = "^3.8.0"
 | 
				
			||||||
 | 
					python-dateutil = "^2.8.2"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[tool.poetry.dev-dependencies]
 | 
					[tool.poetry.dev-dependencies]
 | 
				
			||||||
pylint = "^2.6.0"
 | 
					pylint = "^2.6.0"
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user