diff --git a/poetry.lock b/poetry.lock index 1f772823..575e11aa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1148,27 +1148,6 @@ docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "pygments testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.develop (>=7.21)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pip (>=19.1)", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-home (>=0.5)", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-ruff (>=0.2.1)", "pytest-timeout", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] testing-integration = ["build[virtualenv] (>=1.0.3)", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "packaging (>=23.1)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] -[[package]] -name = "setuptools-scm" -version = "7.1.0" -description = "the blessed package to manage your versions by scm tags" -optional = false -python-versions = ">=3.7" -files = [ - {file = "setuptools_scm-7.1.0-py3-none-any.whl", hash = "sha256:73988b6d848709e2af142aa48c986ea29592bbcfca5375678064708205253d8e"}, - {file = "setuptools_scm-7.1.0.tar.gz", hash = "sha256:6c508345a771aad7d56ebff0e70628bf2b0ec7573762be9960214730de278f27"}, -] - -[package.dependencies] -packaging = ">=20.0" -setuptools = "*" -tomli = {version = ">=1.0.0", markers = "python_version < \"3.11\""} -typing-extensions = "*" - -[package.extras] -test = ["pytest (>=6.2)", "virtualenv (>20)"] -toml = ["setuptools (>=42)"] - [[package]] name = "six" version = "1.16.0" @@ -1485,4 +1464,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bbcd65bc4c3c6670b39d3442bdbdb98569b938ece98d62ecd3287a3e75fb5ee7" +content-hash = "0d38d200cf62fa0c09b90693d3f862e262e56ef8f7fca56162f10d828628abc5" diff --git a/pyproject.toml b/pyproject.toml index b01b312a..e8076e7b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,17 +23,12 @@ initial-content = """ [tool.poetry.dependencies] python = "^3.8" -lowdown = ">=0.1.0,<2" -setuptools = ">=30.3.0" -setuptools-scm = "^7.1.0" requests = ">=2,<3" arrow = ">=0.4.4,<1" -termcolor = ">=1.1.0,<2" pyparsing = ">=2.0,<3" clique = "==1.6.1" websocket-client = ">=0.40.0,<1" platformdirs = ">=4.0.0,<5" -wheel = "^0.41.2" [tool.poetry.group.dev.dependencies] black = "^23.7.0" @@ -41,12 +36,16 @@ pre-commit = "^3.4.0" twine = "^4.0.2" sphinx = "^7.0.6" sphinx_rtd_theme = ">=2.0.0,<3" +wheel = "^0.41.2" +lowdown = ">=0.1.0,<2" [tool.poetry.group.test.dependencies] pytest = "^7.4.1" pytest-mock = "^3.11.1" mock = "^5.1.0" flaky = "^3.7.0" +termcolor = ">=1.1.0,<2" + [build-system] requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]