Skip to content

Commit

Permalink
Merge pull request #58 from CodeForNiigata/fix/20210514
Browse files Browse the repository at this point in the history
サイトの構造変更に合わせて実装を修正した
  • Loading branch information
circled9 authored May 15, 2021
2 parents 2b2b84f + f2413b2 commit 1cbabd0
Show file tree
Hide file tree
Showing 18 changed files with 10,693 additions and 660 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@ ENV LC_ALL ja_JP.UTF-8
ENV TZ JST-9
ENV TERM xterm

RUN mkdir -p /usr/share/man/man1

RUN apt-get update
RUN apt-get -y install locales && \
RUN apt-get -y install default-jdk locales && \
localedef -f UTF-8 -i ja_JP ja_JP.UTF-8

RUN pip install --upgrade pip && \
Expand Down
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ requests = "*"
simplejson = "*"
xlrd = "*"
numpy = "*"
tabula-py = "*"

[requires]
python_version = "3.9"
119 changes: 70 additions & 49 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cbabd0

Please sign in to comment.