feat(build): add build target

This commit is contained in:
Rodney, Tiara 2025-03-29 20:07:37 +01:00
parent 93ad4992a7
commit 66c160a3d2
No known key found for this signature in database
GPG key ID: 5CD8EC1D46106723
4 changed files with 28 additions and 2 deletions

View file

@ -1,6 +1,7 @@
-i https://pypi.org/simple
astroid==3.3.9; python_full_version >= '3.9.0'
autopep8==2.3.2; python_version >= '3.9'
build==1.2.2.post1; python_version >= '3.8'
cachetools==5.5.2; python_version >= '3.7'
certifi==2025.1.31; python_version >= '3.6'
chardet==5.2.0; python_version >= '3.7'
@ -19,6 +20,7 @@ pluggy==1.5.0; python_version >= '3.8'
pycodestyle==2.12.1; python_version >= '3.8'
pylint==3.3.6; python_full_version >= '3.9.0'
pyproject-api==1.9.0; python_version >= '3.9'
pyproject-hooks==1.2.0; python_version >= '3.7'
setuptools==77.0.3; python_version >= '3.9'
setuptools-scm==8.2.0; python_version >= '3.8'
tomlkit==0.13.2; python_version >= '3.8'