You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fastapi="^0.115.0"// Python 기반 비동기 웹 프레임워크uvicorn="^0.30.6"// ASGI 서버 (FastAPI 실행용)sqlalchemy="^2.0.35"// ORM (Object Relational Mapper)alembic="^1.13.3"// 데이터베이스 마이그레이션 도구email-validator="^2.2.0"// 이메일 형식 검증 라이브러리pydantic-settings="^2.5.2"// 환경 변수 및 설정 관리cryptography="^43.0.1"// 암호화 및 보안 관련 기능 제공python-jose="^3.3.0"// JWT 및 JOSE(JSON Object Signing and Encryption) 구현python-multipart="^0.0.17"// 멀티파트 폼 데이터 처리 (파일 업로드 등)social-auth-core="^4.5.4"// 소셜 로그인 및 인증 기능 제공aiomysql="^0.2.0"// MySQL 비동기 드라이버python-dotenv="^1.0.1"// .env 파일을 사용한 환경 변수 로드boto3="^1.36.2"// AWS SDK for Python (S3 등 AWS 서비스 연동)bcrypt="^4.2.1"// 비밀번호 해싱 라이브러리httpx="^0.28.1"// 비동기 HTTP 클라이언트 (Requests 대체)
`androidx.core:core-ktx`(`1.15.0`)// Kotlin 확장 기능 제공`androidx.appcompat:appcompat`(`1.7.0`)// 구형 버전과의 호환성 유지`androidx.swiperefreshlayout:swiperefreshlayout`(`1.1.0`)// 새로고침
Jetpack 아키텍처 컴포넌트
`androidx.lifecycle:lifecycle-livedata-ktx`(`2.6.1`)// LiveData를 통한 데이터 관리`androidx.navigation:navigation-fragment-ktx`(`2.8.3`)// Jetpack Navigation (Fragment 간 이동)`androidx.navigation:navigation-runtime-ktx`(`2.8.5`)`androidx.navigation:navigation-ui-ktx`(`2.5.3`)
네트워크 통신
`com.squareup.retrofit2:retrofit`(`2.11.0`)// REST API 요청 처리`com.squareup.retrofit2:converter-gson`(`2.11.0`)// JSON 파싱 지원`com.squareup.okhttp3:okhttp`(`4.10.0`)// HTTP 클라이언트`com.squareup.okhttp3:logging-interceptor`(`4.10.0`)// HTTP 요청 로그 확인
의존성 주입 (Dependency Injection)
`com.google.dagger:hilt-android`(`2.52`)// 구글 공식 DI 라이브러리`com.google.dagger:hilt-android-compiler`(`2.52`)// Hilt 코드 생성
이미지 로딩
`com.github.bumptech.glide:glide`(`4.16.0`)// 이미지 로딩