| 
									
										
										
										
											2022-07-25 15:02:06 +02:00
										 |  |  | [tool.poetry] | 
					
						
							|  |  |  | name = "testactiontasks" | 
					
						
							|  |  |  | version = "0.1.0" | 
					
						
							|  |  |  | description = "" | 
					
						
							|  |  |  | authors = ["Your Name <you@example.com>"] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [tool.poetry.dependencies] | 
					
						
							| 
									
										
										
										
											2024-08-14 00:33:23 +05:30
										 |  |  | python = ">=3.8,<3.13" | 
					
						
							| 
									
										
										
										
											2022-07-25 15:02:06 +02:00
										 |  |  | flake8 = "^4.0.1" | 
					
						
							| 
									
										
										
										
											2024-08-14 00:33:23 +05:30
										 |  |  | pyinstaller = "5.13.1" | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2022-07-25 15:02:06 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  | [tool.poetry.dev-dependencies] | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | [build-system] | 
					
						
							|  |  |  | requires = ["poetry-core>=1.0.0"] | 
					
						
							| 
									
										
										
										
											2024-08-14 00:33:23 +05:30
										 |  |  | build-backend = "poetry.core.masonry.api" |