File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,5 +8,6 @@ pytest-django==4.11.1
88django-stubs==5.2.8
99types-networkx==3.6.1.20251220
1010mypy==1.19.1
11+ pip-tools==7.5.2
1112ruff==0.14.14
1213coverage==7.13.2
Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ billiard==4.2.4
1616 # via
1717 # -r requirements.txt
1818 # celery
19+ build == 1.4.0
20+ # via pip-tools
1921celery == 5.6.2
2022 # via -r requirements.txt
2123click == 8.3.1
@@ -25,6 +27,7 @@ click==8.3.1
2527 # click-didyoumean
2628 # click-plugins
2729 # click-repl
30+ # pip-tools
2831click-didyoumean == 0.3.1
2932 # via
3033 # -r requirements.txt
@@ -42,10 +45,13 @@ coverage==7.13.2
4245django == 6.0
4346 # via
4447 # -r requirements.txt
48+ # django-filter
4549 # django-stubs
4650 # django-stubs-ext
4751 # djangorestframework
4852 # djangorestframework-simplejwt
53+ django-filter == 25.2
54+ # via -r requirements.txt
4955django-stubs == 5.2.8
5056 # via -r requirements-dev.in
5157django-stubs-ext == 5.2.8
@@ -77,11 +83,15 @@ numpy==2.4.1
7783packaging == 25.0
7884 # via
7985 # -r requirements.txt
86+ # build
8087 # gunicorn
8188 # kombu
8289 # pytest
90+ # wheel
8391pathspec == 1.0.3
8492 # via mypy
93+ pip-tools == 7.5.2
94+ # via -r requirements-dev.in
8595pluggy == 1.6.0
8696 # via pytest
8797prompt-toolkit == 3.0.52
@@ -96,6 +106,10 @@ pyjwt==2.10.1
96106 # via
97107 # -r requirements.txt
98108 # djangorestframework-simplejwt
109+ pyproject-hooks == 1.2.0
110+ # via
111+ # build
112+ # pip-tools
99113pytest == 9.0.2
100114 # via
101115 # -r requirements-dev.in
@@ -147,3 +161,9 @@ wcwidth==0.2.14
147161 # via
148162 # -r requirements.txt
149163 # prompt-toolkit
164+ wheel == 0.46.3
165+ # via pip-tools
166+
167+ # The following packages are considered to be unsafe in a requirements file:
168+ # pip
169+ # setuptools
Original file line number Diff line number Diff line change 55Django==6.0
66djangorestframework==3.16.1
77djangorestframework_simplejwt==5.5.1
8+ django-filter==25.2
89psycopg2-binary==2.9.11
910gunicorn==23.0.0
1011celery==5.6.2
Original file line number Diff line number Diff line change @@ -27,8 +27,11 @@ click-repl==0.3.0
2727django == 6.0
2828 # via
2929 # -r requirements.in
30+ # django-filter
3031 # djangorestframework
3132 # djangorestframework-simplejwt
33+ django-filter == 25.2
34+ # via -r requirements.in
3235djangorestframework == 3.16.1
3336 # via
3437 # -r requirements.in
You can’t perform that action at this time.
0 commit comments