python version updated

This commit is contained in:
pseusys
2023-02-17 18:17:23 +01:00
parent 28c4c66272
commit 94da25c639
2 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,7 @@ jobs:
- name: Setup Python 3.6 🐍 - name: Setup Python 3.6 🐍
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: 3.6 python-version: 3.6.7
- name: Install Dependencies 📥 - name: Install Dependencies 📥
run: pip install -r requirements.txt run: pip install -r requirements.txt

View File

@@ -12,3 +12,6 @@ numpy~=1.24
# Request making and response parsing modules: # Request making and response parsing modules:
httpx~=0.23 httpx~=0.23
PyYAML~=6.0 PyYAML~=6.0
# Codestyle checking module:
flake8~=6.0