chore: init base dependency management
This commit is contained in:
parent
751dae6f9e
commit
5b3c57e32f
5 changed files with 582 additions and 11 deletions
11
Pipfile
11
Pipfile
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue