Feat: [main] hufs-notice-crawler CI/CD까지 구현 완료
All checks were successful
hufs-notice-crawler-cicd / build_push_deploy (push) Successful in 8m35s

This commit is contained in:
2026-03-17 17:18:16 +09:00
commit ca460453af
23 changed files with 1959 additions and 0 deletions

9
requirements.txt Normal file
View File

@@ -0,0 +1,9 @@
beautifulsoup4==4.13.4
fastapi==0.116.1
httpx==0.28.1
psycopg[binary]==3.2.13
pydantic-settings==2.10.1
pytest==8.4.1
requests==2.32.4
sqlalchemy==2.0.43
uvicorn==0.35.0