Skip to content

Commit cb1e2ba

Browse files
authored
受け入れ可能性人数を表示 (#23)
1 parent fa3bcfa commit cb1e2ba

15 files changed

Lines changed: 4681 additions & 2718 deletions

File tree

.github/workflows/app.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ jobs:
1313
- name: Setup Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.8
16+
python-version: "3.10"
1717

1818
- name: Setup Poetry
1919
run: |
20-
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
20+
curl -sSL https://install.python-poetry.org | python3 -
2121
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
2222
2323
- name: Install Dependencies

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ poetry install
77
```
88

99
## Requirement
10-
- Python 3.8 or later
11-
- poetry 1.0 or later
10+
- Python 3.10 or later
11+
- poetry 1.2 or later
1212

1313
[geocoding]: https://developers.google.com/maps/documentation/geocoding/overview
1414

@@ -29,5 +29,11 @@ poetry run python -m unittest discover tests/open_data_parser/
2929
```
3030

3131
## Data
32+
33+
### Input
34+
入力するデータを `input/` 配下に格納する。
35+
36+
37+
### Output
3238
open_data_parserで加工したデータは `/data` 配下に出力される。
3339
これは [kosodate-map](https://github.com/Code-for-Funabashi/kosodate-map) で利用するため、githubの管理対象としている。

0 commit comments

Comments
 (0)