Skip to content

Commit

Permalink
Atualiza arquivo de requisitos e corrige versão de python (#942)
Browse files Browse the repository at this point in the history
#### Descrição

Resolve #941 
O PR endereça #934, fazendo downgrade do `pyyaml` temporariamente, porém
não resolve o problema.

O PR também recompilou as dependências para manter o cabeçalho nos
arquivos com hashes para deixar explícito com qual versão de Python foi
gerado.
  • Loading branch information
trevineju authored Sep 22, 2023
2 parents db160b0 + 28d3074 commit 5040529
Show file tree
Hide file tree
Showing 9 changed files with 400 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Install shub
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/monthly_crawl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Prepare environment
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/periodic_crawl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Prepare environment
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule_spider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Prepare environment
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule_spider_by_date.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Prepare environment
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/schedule_spider_date_range.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.9
python-version: 3.10
- name: Prepare environment
run: |
python -m pip install --upgrade pip
Expand Down
243 changes: 213 additions & 30 deletions data_collection/requirements-dev.txt

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions data_collection/requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ jinja2
psycopg2-binary
python-dateutil
python-decouple
pyyaml==5.3.1
scrapy
scrapy-zyte-smartproxy
schematics
Expand Down
210 changes: 180 additions & 30 deletions data_collection/requirements.txt

Large diffs are not rendered by default.

0 comments on commit 5040529

Please sign in to comment.