add requirements.txt
useful for development
This commit is contained in:
parent
648d4a6dee
commit
cddbc79151
1 changed files with 33 additions and 0 deletions
33
requirements.txt
Normal file
33
requirements.txt
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
astroid==3.3.5
|
||||||
|
attrs==24.2.0
|
||||||
|
black==24.10.0
|
||||||
|
bpy==4.2.0
|
||||||
|
cattrs==24.1.2
|
||||||
|
certifi==2024.8.30
|
||||||
|
charset-normalizer==3.4.0
|
||||||
|
click==8.1.7
|
||||||
|
Cython==3.0.11
|
||||||
|
dill==0.3.9
|
||||||
|
docstring-to-markdown==0.15
|
||||||
|
flake8==7.1.1
|
||||||
|
idna==3.10
|
||||||
|
isort==5.13.2
|
||||||
|
jedi==0.19.1
|
||||||
|
jedi-language-server==0.41.4
|
||||||
|
lsprotocol==2023.0.1
|
||||||
|
mathutils==3.3.0
|
||||||
|
mccabe==0.7.0
|
||||||
|
mypy-extensions==1.0.0
|
||||||
|
numpy==2.1.3
|
||||||
|
packaging==24.1
|
||||||
|
parso==0.8.4
|
||||||
|
pathspec==0.12.1
|
||||||
|
platformdirs==4.3.6
|
||||||
|
pycodestyle==2.12.1
|
||||||
|
pyflakes==3.2.0
|
||||||
|
pygls==1.3.1
|
||||||
|
pylint==3.3.1
|
||||||
|
requests==2.32.3
|
||||||
|
tomlkit==0.13.2
|
||||||
|
urllib3==2.2.3
|
||||||
|
zstandard==0.23.0
|
Loading…
Reference in a new issue