Skip to content

Commit dd4ad55

Browse files
authored
chore: cleanup dependencies. (#38)
1 parent 5a54da9 commit dd4ad55

File tree

2 files changed

+5
-27
lines changed

2 files changed

+5
-27
lines changed

poetry.lock

Lines changed: 1 addition & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,29 @@ initial-content = """
2323

2424
[tool.poetry.dependencies]
2525
python = "^3.8"
26-
lowdown = ">=0.1.0,<2"
27-
setuptools = ">=30.3.0"
28-
setuptools-scm = "^7.1.0"
2926
requests = ">=2,<3"
3027
arrow = ">=0.4.4,<1"
31-
termcolor = ">=1.1.0,<2"
3228
pyparsing = ">=2.0,<3"
3329
clique = "==1.6.1"
3430
websocket-client = ">=0.40.0,<1"
3531
platformdirs = ">=4.0.0,<5"
36-
wheel = "^0.41.2"
3732

3833
[tool.poetry.group.dev.dependencies]
3934
black = "^23.7.0"
4035
pre-commit = "^3.4.0"
4136
twine = "^4.0.2"
4237
sphinx = "^7.0.6"
4338
sphinx_rtd_theme = ">=2.0.0,<3"
39+
wheel = "^0.41.2"
40+
lowdown = ">=0.1.0,<2"
4441

4542
[tool.poetry.group.test.dependencies]
4643
pytest = "^7.4.1"
4744
pytest-mock = "^3.11.1"
4845
mock = "^5.1.0"
4946
flaky = "^3.7.0"
47+
termcolor = ">=1.1.0,<2"
48+
5049

5150
[build-system]
5251
requires = ["poetry-core>=1.0.0", "poetry-dynamic-versioning>=1.0.0,<2.0.0"]

0 commit comments

Comments
 (0)