Skip to content

Commit

Permalink
chore: update test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
FacerAin committed Dec 6, 2023
1 parent 7970ed6 commit 665ef94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ set-style-dep:
pip3 install isort==5.12.0 black==23.3.0 flake8==4.0.1

set-test-dep:
pip3 install pytest==7.0.1
pip3 install pytest-dotenv==0.5.2
pip install -r test-requirements.txt

set-precommit:
pip3 install pre-commit==2.17.0
Expand Down
3 changes: 3 additions & 0 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
pytest==7.0.1
pytest-dotenv==0.5.2
httpx==0.24.1

0 comments on commit 665ef94

Please sign in to comment.