Skip to content

Commit ffb9518

Browse files
committed
uv compile
1 parent 4517784 commit ffb9518

File tree

2 files changed

+8
-16
lines changed

2 files changed

+8
-16
lines changed

requirements.dev.txt

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
4-
#
5-
# pip-compile --output-file=requirements.dev.txt requirements.dev.in
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.dev.in -o requirements.dev.txt
73
beautifulsoup4==4.14.3
84
# via
95
# -c requirements.txt
@@ -25,6 +21,8 @@ packaging==24.0
2521
# -c requirements.txt
2622
# build
2723
# wheel
24+
pip==25.3
25+
# via pip-tools
2826
pip-tools==7.5.2
2927
# via -r requirements.dev.in
3028
pycodestyle==2.14.0
@@ -35,6 +33,8 @@ pyproject-hooks==1.0.0
3533
# via
3634
# build
3735
# pip-tools
36+
setuptools==80.10.2
37+
# via pip-tools
3838
soupsieve==2.5
3939
# via
4040
# -c requirements.txt
@@ -51,7 +51,3 @@ webtest==3.0.0
5151
# via django-webtest
5252
wheel==0.46.2
5353
# via pip-tools
54-
55-
# The following packages are considered to be unsafe in a requirements file:
56-
# pip
57-
# setuptools

requirements.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
1-
#
2-
# This file is autogenerated by pip-compile with Python 3.12
3-
# by the following command:
4-
#
5-
# pip-compile
6-
#
1+
# This file was autogenerated by uv via the following command:
2+
# uv pip compile requirements.in -o requirements.txt
73
asgiref==3.8.1
84
# via
95
# django

0 commit comments

Comments
 (0)