diff --git a/.config/requirements-test.txt b/.config/requirements-test.txt new file mode 100644 index 0000000..895a8db --- /dev/null +++ b/.config/requirements-test.txt @@ -0,0 +1,4 @@ +pytest +pytest-xdist +pytest-cov +tox \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 4ef621f..8b53fcb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,80 +4,20 @@ # # pip-compile --extra=docs --extra=test --no-annotate --output-file=requirements.txt # -ansible-builder==3.0.0 -ansible-compat==4.1.5 -ansible-core==2.15.2 -ansible-lint==6.17.2 -ansible-navigator==3.4.2 -ansible-runner==2.3.3 -ansible-sign==0.1.1 -attrs==23.1.0 -bindep==2.11.0 -black==23.7.0 -bracex==2.3.post1 cachetools==5.3.1 -certifi==2023.7.22 -cffi==1.15.1 chardet==5.2.0 -charset-normalizer==3.2.0 -click==8.1.6 -click-help-colors==0.9.1 colorama==0.4.6 -coverage==7.3.0 -cryptography==41.0.3 +coverage[toml]==7.3.0 distlib==0.3.7 -distro==1.8.0 -docutils==0.20.1 -enrich==1.2.7 execnet==2.0.2 filelock==3.12.2 -idna==3.4 iniconfig==2.0.0 -jinja2==3.0.3 -jsonschema==4.19.0 -jsonschema-specifications==2023.7.1 -lockfile==0.12.2 -markdown-it-py==3.0.0 -markupsafe==2.1.3 -mdurl==0.1.2 -molecule==6.0.0 -mypy-extensions==1.0.0 -onigurumacffi==1.2.0 packaging==23.1 -parsley==1.3 -pathspec==0.11.2 -pbr==5.11.1 -pexpect==4.8.0 platformdirs==3.10.0 pluggy==1.2.0 -ptyprocess==0.7.0 -pycparser==2.21 -pygments==2.16.1 pyproject-api==1.5.3 pytest==7.4.0 -pytest-ansible==4.0.0 +pytest-cov==4.1.0 pytest-xdist==3.3.1 -python-daemon==3.0.1 -python-gnupg==0.5.1 -pyyaml==6.0.1 -referencing==0.30.2 -requests==2.31.0 -requirements-parser==0.5.0 -resolvelib==1.0.1 -rich==13.5.2 -rpds-py==0.9.2 -ruamel-yaml==0.17.32 -ruamel-yaml-clib==0.2.7 -six==1.16.0 -subprocess-tee==0.4.1 -tox==4.8.0 -tox-ansible==2.0.9 -types-setuptools==68.0.0.3 -tzdata==2023.3 -urllib3==2.0.4 +tox==4.9.0 virtualenv==20.24.3 -wcmatch==8.4.1 -yamllint==1.32.0 - -# The following packages are considered to be unsafe in a requirements file: -# setuptools diff --git a/src/pipc/_version.py b/src/pipc/_version.py new file mode 100644 index 0000000..fb9fcce --- /dev/null +++ b/src/pipc/_version.py @@ -0,0 +1,4 @@ +# file generated by setuptools_scm +# don't change, don't track in version control +__version__ = version = '0.1.dev4' +__version_tuple__ = version_tuple = (0, 1, 'dev4')