19 lines
		
	
	
		
			360 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			360 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [project]
 | |
| name = "waba"
 | |
| version = "0.1.0"
 | |
| description = ""
 | |
| authors = [
 | |
|     {name = "Your Name",email = "you@example.com"}
 | |
| ]
 | |
| readme = "README.md"
 | |
| requires-python = ">=3.11"
 | |
| dependencies = [
 | |
|     "fastapi (>=0.116.0,<0.117.0)",
 | |
|     "uvicorn (>=0.35.0,<0.36.0)"
 | |
| ]
 | |
| 
 | |
| 
 | |
| [build-system]
 | |
| requires = ["poetry-core>=2.0.0,<3.0.0"]
 | |
| build-backend = "poetry.core.masonry.api"
 |