Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ install: check-uv
##
.PHONY: dev
dev: check-uv
$(UV) pip install -e . -r requirements-dev.txt -r doc/requirements.txt
$(UV) pip install -e . -r requirements-dev.txt

## ======= T E S T I N G =======================================================
## test Run the unit tests
Expand Down
5 changes: 4 additions & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# sphinx-rtd-theme
# Note: This file is only used by the documentation build process, and is not
# intended to be used as a general requirements file for the project. It may
# contain dependencies that are only needed for building the documentation, and
# may not be suitable for use in a production environment.
aiohttp
asyncio>=3.4
click~=8.1
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
-r doc/requirements.txt
proxy.py
pytest
pytest-asyncio
Expand Down