Skip to content

Commit 441ebab

Browse files
authored
Prod ver.2025.02.27
add new restaurant (#105)
2 parents 511710a + 542522b commit 441ebab

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: checkout
1010
uses: actions/checkout@v3
1111
- name: install poetry
12-
run: pipx install poetry
12+
run: pipx install poetry==2.1.1
1313
- name: use python
1414
uses: actions/setup-python@v4
1515
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ENV PYTHONUNBUFFERED=1 \
1414
# ----- builder-base ----- #
1515
FROM python-base AS builder-base
1616

17-
RUN pip install --upgrade pip && pip install poetry==1.5.0
17+
RUN pip install --upgrade pip && pip install poetry==2.1.1
1818

1919
WORKDIR /app
2020

crawlers/snuco_crawler.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ class SnucoRestaurantCrawler(RestaurantCrawler):
5959
"8801939": "302동식당",
6060
"8898955": "301동식당",
6161
"8871123": "220동식당",
62+
"8789288": "버거운버거",
6263
}
6364
except_restaurant_list = ["기숙사식당"] # snudorm에서 처리
6465

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ maintainers = [
1515
]
1616
readme = "README.md"
1717
repository = "https://github.com/wafflestudio/siksha-crawler"
18+
package-mode=false
1819

1920
[tool.poetry.dependencies]
2021
python = "~3.10"

0 commit comments

Comments
 (0)