Skip to content

Commit 441f86c

Browse files
committed
dist: separate dev dependencies from build dependencies
1 parent ed4f000 commit 441f86c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

requirements.dev.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pydantic>=1.10.21
2+
pytest>=8.3.5
3+
httpx>=0.28.1
4+
starlette>=0.38.0

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
pydantic>=1.10.21
2-
pytest>=8.3.5
3-
httpx>=0.28.1
42
starlette>=0.38.0

0 commit comments

Comments
 (0)