DOCS/test/pyproject.toml
Claude-51124 fe487247d5 fix: Gmail 토큰 스키마 불일치 문제 문서 정정
- slack_user_id 컬럼 존재하지 않음 명시
- 실제 테이블 구조 반영 (user_id, equipped_to)
- JOIN을 통한 올바른 조회 방법 제시
- 미완성 상태 명확히 표시
2025-09-18 18:11:38 +09:00

15 lines
312 B
TOML

[project]
name = "test"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.13"
dependencies = [
"aiofiles>=24.1.0",
"asyncpg>=0.30.0",
"psycopg2-binary>=2.9.10",
"pytest>=8.4.2",
"pytest-asyncio>=1.1.0",
"python-dotenv>=1.1.1",
"sqlalchemy>=2.0.43",
]