Skip to content

Commit

Permalink
🚚 chore: fix requirements duplicado e onde os workflows puxam
Browse files Browse the repository at this point in the history
  • Loading branch information
thaleseuflauzino committed Aug 19, 2024
1 parent d57baf0 commit e3395f8
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 30 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r backend/requirements.txt
pip install -r requirements.txt
- name: Run colecao de dados avisos script
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/twitter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
pip install -r backend/requirements.txt
pip install -r requirements.txt
- name: Run Script
env:
Expand Down
28 changes: 0 additions & 28 deletions backend/requirements.txt

This file was deleted.

5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,21 @@ gunicorn==22.0.0
idna==3.7
inflection==0.5.1
iniconfig==2.0.0
numpy==2.0.1
oauthlib==3.2.2
packaging==24.1
pandas==2.2.2
pillow==10.4.0
pluggy==1.5.0
pytest==8.2.2
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
pytz==2024.1
PyYAML==6.0.2
requests==2.32.3
requests-oauthlib==1.3.1
setuptools==72.1.0
six==1.16.0
soupsieve==2.5
sqlparse==0.5.1
tomli==2.0.1
Expand Down

0 comments on commit e3395f8

Please sign in to comment.