chore: init base dependency management

This commit is contained in:
Rodney, Tiara 2025-03-22 23:53:17 +01:00
parent 751dae6f9e
commit 5b3c57e32f
Signed by: tiara
GPG key ID: 5CD8EC1D46106723
5 changed files with 582 additions and 11 deletions

11
Pipfile
View file

@ -3,14 +3,15 @@ url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[scripts]
build-support = "sphinx-build -b html -Dhtml4_writer=0 support build/support"
[packages]
sphinx = "*"
sphinx-theme-ref = {file = ".", editable = true}
[dev-packages]
sphinx = "*"
sphinx-victorykit-theme = {file = ".", editable = true}
tox = "*"
mypy = "*"
autopep8 = "*"
setuptools-scm = "*"
[requires]
python_version = "3.11"