Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitij-raj-sharma authored Jan 6, 2024
1 parent 3b1ec06 commit 67a780a
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/daily_Nepal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_elinino2023.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
- name: Generate Daily Hashtag elinino2023 Stats
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_field_mappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_hotosm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_mapherworld.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
- name: Generate Daily Hashtag mapherworld Stats
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_ogasiapacific.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
- name: Generate Daily Hashtag OGAsiaPacific Stats
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_slsibhutan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
- name: Generate Daily Hashtag slsibhutan Stats
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_smforst.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/daily_turkey_eq.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monthly_global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monthly_hotosm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/monthly_nepal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly_Nepal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly_field_mappers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly_fmtm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly_global.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/weekly_hotosm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
run: |
pip install flare-floss
pip install osmsg
pip install -r requirements.txt
pip install tweepy
Expand Down
10 changes: 10 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
requests
osmium
pandas==1.5.2
tweepy
Shapely
geopandas==0.10.2
tqdm
seaborn
matplotlib
humanize

0 comments on commit 67a780a

Please sign in to comment.