You've already forked wakapi-readme-stats
python version updated
This commit is contained in:
2
.github/workflows/codestyle.yml
vendored
2
.github/workflows/codestyle.yml
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user