You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
510 B
Plaintext
35 lines
510 B
Plaintext
# dev devcontainer convenience
|
|
# ~~~~~~~ tox.ini ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ setup.py ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ setup.cfg ~~~~~~~
|
|
sphinx
|
|
flake8
|
|
pathspec >= 0.5.3
|
|
pyyaml
|
|
setuptools
|
|
|
|
# ~~~~~~~ pyproject.toml ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ mkdocs.yml ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ pre-commit-config.yaml ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ bitbucket-pipelines.yml ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ future use ~~~~~~~
|
|
tox==3.24.5
|
|
GitPython==3.1.27
|
|
covdefaults>=2.2
|
|
coverage
|
|
distlib
|
|
pytest
|
|
pytest-env
|
|
re-assert |