packaging is also needed

This commit is contained in:
Ian Bell
2022-03-31 19:01:57 -04:00
parent 9b03196b44
commit f6fbdb2af6

View File

@@ -150,7 +150,7 @@ jobs:
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
python -m pip install requests
python -m pip install requests packaging
- name: Setup Deps
shell: bash