Skip to content

Commit

Permalink
Merge pull request #49 from wwakabobik/fix_aiohttp
Browse files Browse the repository at this point in the history
v0.4.3
  • Loading branch information
wwakabobik authored Jan 30, 2024
2 parents 40cf0c8 + 4c9a87f commit a7245c6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# async
asyncio==3.4.3
aiohttp>=3.8.6
# TTS
gtts==2.5.1
pyttsx4==3.0.15
Expand Down

0 comments on commit a7245c6

Please sign in to comment.