From 94da25c639a233df0524dca8933edfe49e1a1ef5 Mon Sep 17 00:00:00 2001 From: pseusys Date: Fri, 17 Feb 2023 18:17:23 +0100 Subject: [PATCH] python version updated --- .github/workflows/codestyle.yml | 2 +- requirements.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index eb29b76..aa66ef2 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -15,7 +15,7 @@ jobs: - name: Setup Python 3.6 🐍 uses: actions/setup-python@v3 with: - python-version: 3.6 + python-version: 3.6.7 - name: Install Dependencies 📥 run: pip install -r requirements.txt diff --git a/requirements.txt b/requirements.txt index d9cebe4..8d33d56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,3 +12,6 @@ numpy~=1.24 # Request making and response parsing modules: httpx~=0.23 PyYAML~=6.0 + +# Codestyle checking module: +flake8~=6.0