File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ install: check-uv
4949# #
5050.PHONY : dev
5151dev : check-uv
52- $(UV ) pip install -e . -r requirements-dev.txt -r doc/requirements.txt
52+ $(UV ) pip install -e . -r requirements-dev.txt
5353
5454# # ======= T E S T I N G =======================================================
5555# # test Run the unit tests
Original file line number Diff line number Diff line change 1- # sphinx-rtd-theme
1+ # Note: This file is only used by the documentation build process, and is not
2+ # intended to be used as a general requirements file for the project. It may
3+ # contain dependencies that are only needed for building the documentation, and
4+ # may not be suitable for use in a production environment.
25aiohttp
36asyncio >= 3.4
47click ~= 8.1
Original file line number Diff line number Diff line change 1+ -r doc/requirements.txt
12proxy.py
23pytest
34pytest-asyncio
You can’t perform that action at this time.
0 commit comments