clean requirements

clean-reqs
BioBootloader 2023-04-26 17:40:03 -07:00
rodzic 93db7757cc
commit b5bdfe6db9
3 zmienionych plików z 14 dodań i 13 usunięć

Wyświetl plik

@ -18,8 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install ruff pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install -r requirements.txt
- name: Lint with ruff
run: |
# stop the build if there are Python syntax errors or undefined names

Wyświetl plik

@ -1,2 +0,0 @@
-r requirements.txt
pytest==7.3.1

Wyświetl plik

@ -1,22 +1,26 @@
aiohttp==3.8.4
aiosignal==1.3.1
async-timeout==4.0.2
attrs==22.2.0
attrs==23.1.0
certifi==2022.12.7
charset-normalizer==3.1.0
exceptiongroup==1.1.1
fire==0.5.0
flake8==6.0.0
frozenlist==1.3.3
idna==3.4
mccabe==0.7.0
iniconfig==2.0.0
multidict==6.0.4
openai==0.27.2
pycodestyle==2.10.0
pyflakes==3.0.1
openai==0.27.4
packaging==23.1
pluggy==1.0.0
pytest==7.3.1
pytest-mock==3.10.0
python-dotenv==1.0.0
requests==2.28.2
requests==2.29.0
ruff==0.0.263
six==1.16.0
termcolor==2.2.0
termcolor==2.3.0
tomli==2.0.1
tqdm==4.65.0
urllib3==1.26.15
yarl==1.8.2
yarl==1.9.2