File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 3434 - name : Install dependencies
3535 run : |
3636 python -m pip install --upgrade pip
37+ python -m pip install multidict
3738 python -m pip install flake8 pytest
3839 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3940 - name : Lint with flake8
Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : |
2929 python -m pip install --upgrade pip
30+ python -m pip install multidict
3031 python -m pip install flake8 pytest
3132 if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
3233 - name : Lint with flake8
Original file line number Diff line number Diff line change 2828 python-version : ' 3.10'
2929 - name : Install dependencies
3030 run : |
31+ python -m pip install multidict
3132 python -m pip install --upgrade pip
3233 pip install build
3334 - name : Build package
Original file line number Diff line number Diff line change 44# The Python chatbot framework with batteries included
55[ ![ PyPI version] ( https://badge.fury.io/py/Pyttman.svg )] ( https://badge.fury.io/py/Pyttman )
66[ ![ CodeQL] ( https://github.com/dotchetter/Pyttman/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/dotchetter/Pyttman/actions/workflows/codeql-analysis.yml )
7- [ ![ Python package] ( https://github.com/dotchetter /Pyttman/actions/workflows/python-package-310 .yml/badge.svg )] ( https://github.com/dotchetter /Pyttman/actions/workflows/python-package-310 .yml )
7+ [ ![ Python package] ( https://github.com/Hashmap-Software-Agency /Pyttman/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/Hashmap-Software-Agency /Pyttman/actions/workflows/python-package.yml )
88
99
1010### If you've ever developed a chatbot or otherwise virtual assistant
You can’t perform that action at this time.
0 commit comments