chore: init base dependency management
This commit is contained in:
parent
751dae6f9e
commit
5b3c57e32f
5 changed files with 582 additions and 11 deletions
24
requirements.txt
Normal file
24
requirements.txt
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
-i https://pypi.org/simple
|
||||
alabaster==1.0.0; python_version >= '3.10'
|
||||
babel==2.17.0; python_version >= '3.8'
|
||||
certifi==2025.1.31; python_version >= '3.6'
|
||||
charset-normalizer==3.4.1; python_version >= '3.7'
|
||||
docutils==0.21.2; python_version >= '3.9'
|
||||
idna==3.10; python_version >= '3.6'
|
||||
imagesize==1.4.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
|
||||
jinja2==3.1.6; python_version >= '3.7'
|
||||
markupsafe==3.0.2; python_version >= '3.9'
|
||||
packaging==24.2; python_version >= '3.8'
|
||||
pygments==2.19.1; python_version >= '3.8'
|
||||
requests==2.32.3; python_version >= '3.8'
|
||||
roman-numerals-py==3.1.0; python_version >= '3.9'
|
||||
snowballstemmer==2.2.0
|
||||
sphinx==8.2.3; python_version >= '3.11'
|
||||
-e .
|
||||
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
|
||||
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
|
||||
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
|
||||
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
|
||||
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
|
||||
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
|
||||
urllib3==2.3.0; python_version >= '3.9'
|
||||
Loading…
Add table
Add a link
Reference in a new issue