Skip to content

Commit 2ae1216

Browse files
committed
Added httpx in requirements.txt
1 parent c9d31f2 commit 2ae1216

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
python -m pip install --upgrade pip
2525
pip install -r requirements.txt
2626
pip install pytest pytest-cov codecov
27+
pip install -r dev-requirements.txt
2728
2829
- name: Run tests with coverage
2930
run: |

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ xgboost
55
joblib
66
nltk
77
python-dotenv
8+
httpx

0 commit comments

Comments
 (0)