Requirements

This commit is contained in:
Michael Thomas 2023-03-06 13:00:24 +00:00
parent 6547e083da
commit 2712bd0806
2 changed files with 9 additions and 0 deletions

View file

@ -13,6 +13,8 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- run: pip install -r requirements.txt
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
with:

7
requirements.txt Normal file
View file

@ -0,0 +1,7 @@
certifi==2022.12.7
charset-normalizer==3.0.1
docutils==0.19
idna==3.4
requests==2.28.2
six==1.16.0
urllib3==1.26.14