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.
34 lines
552 B
Plaintext
34 lines
552 B
Plaintext
# dev devcontainer convenience
|
|
# ~~~~~~~ tox.ini ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ setup.py ~~~~~~~
|
|
# none
|
|
|
|
# ~~~~~~~ setup.cfg ~~~~~~~
|
|
Sphinx~=4.5.0
|
|
flake8~=4.0.1
|
|
pathspec~=0.9.0
|
|
PyYAML~=6.0
|
|
|
|
# ~~~~~~~ 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.0
|
|
coverage~=6.3.2
|
|
distlib~=0.3.4
|
|
pytest~=7.1.1
|
|
pytest-env~=0.6.2
|
|
re-assert~=1.1.0 |