Skip to content

Commit

Permalink
Fixed dependency spec
Browse files Browse the repository at this point in the history
  • Loading branch information
coordt committed Apr 20, 2023
1 parent e5ed27d commit 4782745
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 528 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
depth: 0
token: ${{ secrets.PAT }}

- uses: actions/setup-python@v4
Expand Down
32 changes: 32 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,44 @@ requires-python = ">=3.7"
license = { file = "LICENSE" }
keywords = ["bumpversion", "version", "release"]
dynamic = ["version"]
dependencies = [
"click",
"pydantic",
"rich-click",
"rich",
"tomlkit",
]

[project.urls]
homepage = "https://github.com/callowayproject/bump-my-version"
repository = "https://github.com/callowayproject/bump-my-version.git"
documentation = "https://callowayproject.github.io/bump-my-version/"

[project.optional-dependencies]
dev = [
"git-fame>=1.12.2",
"generate-changelog>=0.7.6",
"pip-tools",
"pre-commit",
]
docs = [
"ghp-import",
"linkify-it-py",
"myst-parser",
"furo",
"Sphinx>=4.3.0",
"sphinx-autodoc-typehints",
"sphinx-click",
"sphinx-copybutton",
]
test = [
"coverage",
"pre-commit",
"pytest-cov",
"pytest",
"pytest-mock",
]

[tool.setuptools.dynamic]
version = {attr = "bumpversion.__version__"}

Expand Down
19 changes: 0 additions & 19 deletions requirements/Makefile

This file was deleted.

6 changes: 0 additions & 6 deletions requirements/dev.in

This file was deleted.

276 changes: 0 additions & 276 deletions requirements/dev.txt

This file was deleted.

9 changes: 0 additions & 9 deletions requirements/docs.in

This file was deleted.

Loading

0 comments on commit 4782745

Please sign in to comment.