Skip to content

Commit

Permalink
Remove gitchangelog for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
nicfit committed Jan 5, 2024
1 parent 5a11344 commit 51fcba6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 26 deletions.
24 changes: 2 additions & 22 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ yaml-plugin = ["ruamel.yaml"]
art-plugin = ["Pillow", "pylast", "requests"]

[tool.poetry.group.dev.dependencies]
gitchangelog = {git = "https://github.com/nicfit/gitchangelog.git", rev = "nicfit.py"}
#gitchangelog = {git = "https://github.com/nicfit/gitchangelog.git", rev = "nicfit.py"}
regarding = "^0.1.4"
wheel = "^0.37.1"
twine = "^4.0.1"
Expand All @@ -90,7 +90,7 @@ sphinx-issues = "^3.0.1"
cogapp = "^3.3.0"
Paver = "^1.3.4"
"nicfit.py" = {version = "0.8.7", extras = ["cookiecutter"]}
poetry2setup = {git = "[email protected]:abersheeran/poetry2setup.git"}
poetry2setup = {git = "[email protected]:abersheeran/poetry2setup.git", rev = "master"}

[tool.coverage.html]
directory = "build/tests/coverage"
3 changes: 1 addition & 2 deletions requirements/dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ cryptography==41.0.7 ; python_version >= "3.8" and python_version < "4.0" and sy
deprecation==2.1.0 ; python_version >= "3.8" and python_version < "4.0"
docutils==0.18.1 ; python_version >= "3.8" and python_version < "4.0"
filetype==1.2.0 ; python_version >= "3.8" and python_version < "4.0"
gitchangelog @ git+https://github.com/nicfit/[email protected] ; python_version >= "3.8" and python_version < "4.0"
idna==3.6 ; python_version >= "3.8" and python_version < "4.0"
imagesize==1.4.1 ; python_version >= "3.8" and python_version < "4.0"
importlib-metadata==7.0.1 ; python_version >= "3.8" and python_version < "4.0"
Expand All @@ -34,7 +33,7 @@ packaging==23.2 ; python_version >= "3.8" and python_version < "4.0"
paver==1.3.4 ; python_version >= "3.8" and python_version < "4.0"
pkginfo==1.9.6 ; python_version >= "3.8" and python_version < "4.0"
poetry-core==1.8.1 ; python_version >= "3.8" and python_version < "4.0"
poetry2setup @ git+ssh://[email protected]/abersheeran/poetry2setup.git@HEAD ; python_version >= "3.8" and python_version < "4.0"
poetry2setup @ git+ssh://[email protected]/abersheeran/poetry2setup.git@master ; python_version >= "3.8" and python_version < "4.0"
pycparser==2.21 ; python_version >= "3.8" and python_version < "4.0" and sys_platform == "linux"
pygments==2.17.2 ; python_version >= "3.8" and python_version < "4.0"
python-dateutil==2.8.2 ; python_version >= "3.8" and python_version < "4.0"
Expand Down

0 comments on commit 51fcba6

Please sign in to comment.