[dependencies] require django-stubs so the LSP is less confused
This commit is contained in:
parent
ac4bf13d1b
commit
1e4d474e23
2 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
-r base.in
|
||||
|
||||
django-extensions
|
||||
django-stubs
|
||||
ipython
|
||||
pip-compile-multi
|
||||
pytest
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# SHA1:aa7b36eb9246ae7340ef96f0a56cbc388bf1e992
|
||||
# SHA1:8c7b1dcee98fe0d76082d6a9af130adb2b2c5c9b
|
||||
#
|
||||
# This file is autogenerated by pip-compile-multi
|
||||
# To update, run:
|
||||
|
@ -11,6 +11,8 @@ build==1.2.2.post1
|
|||
click==8.1.8
|
||||
decorator==5.2.1
|
||||
django-extensions==3.2.3
|
||||
django-stubs==5.1.3
|
||||
django-stubs-ext==5.1.3
|
||||
executing==2.2.0
|
||||
iniconfig==2.0.0
|
||||
ipython==9.0.2
|
||||
|
@ -36,6 +38,7 @@ setuptools==76.0.0
|
|||
stack-data==0.6.3
|
||||
toposort==1.10
|
||||
traitlets==5.14.3
|
||||
types-pyyaml==6.0.12.20241230
|
||||
uv==0.6.6
|
||||
wcwidth==0.2.13
|
||||
wheel==0.45.1
|
||||
|
|
Loading…
Add table
Reference in a new issue