mirror of
				https://github.com/infiniflow/ragflow.git
				synced 2025-10-31 09:50:00 +00:00 
			
		
		
		
	 d3c07794b5
			
		
	
	
		d3c07794b5
		
			
		
	
	
	
	
		
			
			### What problem does this PR solve? Replace poetry with uv ### Type of change - [x] Refactoring
		
			
				
	
	
		
			21 lines
		
	
	
		
			605 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			605 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [project]
 | |
| name = "ragflow-sdk"
 | |
| version = "0.15.1"
 | |
| description = "Python client sdk of [RAGFlow](https://github.com/infiniflow/ragflow). RAGFlow is an open-source RAG (Retrieval-Augmented Generation) engine based on deep document understanding."
 | |
| authors = [
 | |
|     { name = "Zhichang Yu", email = "yuzhichang@gmail.com" }
 | |
| ]
 | |
| license = { text = "Apache License, Version 2.0" }
 | |
| readme = "README.md"
 | |
| requires-python = ">=3.10,<3.13"
 | |
| dependencies = [
 | |
|     "requests>=2.30.0,<3.0.0",
 | |
|     "beartype>=0.18.5,<0.19.0",
 | |
|     "pytest>=8.0.0,<9.0.0"
 | |
| ]
 | |
| 
 | |
| [project.optional-dependencies]
 | |
| test = [
 | |
|     "pytest>=8.0.0,<9.0.0"
 | |
| ]
 |