Skip to content

Commit

Permalink
Merge pull request #39 from biobootloader/clean-reqs
Browse files Browse the repository at this point in the history
clean requirements
  • Loading branch information
biobootloader authored Apr 27, 2023
2 parents 93db775 + b5bdfe6 commit 81143a3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions requirements-dev.txt

This file was deleted.

22 changes: 13 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 81143a3

Please sign in to comment.