Skip to content

Commit

Permalink
psycopg 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
kkanggu committed Dec 31, 2023
1 parent 1cdfa63 commit 1e90745
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 139 deletions.
132 changes: 0 additions & 132 deletions fun_system/fun_system.py

This file was deleted.

6 changes: 1 addition & 5 deletions lambda_function.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,7 @@ async def smart_campus_controller(smart_campus_req: SmartCampusReq):
return result

async def fun_system_controller():
"""
현재 정상 이용 가능합니다.
"""
from fun_system.fun_system import fun_system_crawling
result = fun_system_crawling()
result = "no"
return result

async def ssu_catch_controller():
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
beautifulsoup4==4.12.2
boto3==1.28.44
psycopg2==2.9.7
requests==2.31.0
SQLAlchemy==2.0.20
pycryptodome==3.19.0
fastapi==0.88.0
lxml==4.9.3
uvicorn
uvicorn

0 comments on commit 1e90745

Please sign in to comment.