From b5bdfe6db9c9c7975ecf7aa5c847f3142634496d Mon Sep 17 00:00:00 2001 From: BioBootloader Date: Wed, 26 Apr 2023 17:40:03 -0700 Subject: [PATCH] clean requirements --- .github/workflows/build.yml | 3 +-- requirements-dev.txt | 2 -- requirements.txt | 22 +++++++++++++--------- 3 files changed, 14 insertions(+), 13 deletions(-) delete mode 100644 requirements-dev.txt diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 085b121..d4d073d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 diff --git a/requirements-dev.txt b/requirements-dev.txt deleted file mode 100644 index b4500ed..0000000 --- a/requirements-dev.txt +++ /dev/null @@ -1,2 +0,0 @@ --r requirements.txt -pytest==7.3.1 \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 3923778..571fa1b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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