21 lines
		
	
	
		
			497 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			497 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[project]
 | 
						|
name = "denco"
 | 
						|
version = "0.1.0"
 | 
						|
description = "Add your description here"
 | 
						|
readme = "README.md"
 | 
						|
requires-python = ">=3.12"
 | 
						|
dependencies = [
 | 
						|
    "fastapi>=0.115.5",
 | 
						|
    "grpc-interceptor>=0.15.4",
 | 
						|
    "grpcio>=1.67.1",
 | 
						|
    "grpcio-tools>=1.67.1",
 | 
						|
    "sqlalchemy[asyncio]>=2.0.36",
 | 
						|
    "alembic>=1.14.0",
 | 
						|
    "asyncpg>=0.30.0",
 | 
						|
    "aiohttp[speedups]>=3.10.10",
 | 
						|
    "python-dotenv>=1.0.1",
 | 
						|
    "gunicorn>=23.0.0",
 | 
						|
    "uvicorn[standard]>=0.32.0",
 | 
						|
    "pydantic[email,timezone]>=2.9.2",
 | 
						|
]
 |