- slack_user_id 컬럼 존재하지 않음 명시 - 실제 테이블 구조 반영 (user_id, equipped_to) - JOIN을 통한 올바른 조회 방법 제시 - 미완성 상태 명확히 표시
15 lines
312 B
TOML
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",
|
|
]
|