Skip to content

Commit cc1d4be

Browse files
Update requirements-dev.txt (#417)
1 parent 65be039 commit cc1d4be

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ install: check-uv
4949
##
5050
.PHONY: dev
5151
dev: 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

doc/requirements.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
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.
25
aiohttp
36
asyncio>=3.4
47
click~=8.1

requirements-dev.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
-r doc/requirements.txt
12
proxy.py
23
pytest
34
pytest-asyncio

0 commit comments

Comments
 (0)