Skip to content

Commit

Permalink
chores: remove requests dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tngraf committed Apr 20, 2024
1 parent 29deba7 commit 8b137dc
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 167 deletions.
6 changes: 5 additions & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Python library to read Component License Information (CLI) files

## 2.0.0
## V2.0.1

* remove requests dependency (has never been used...)

## V2.0.0

* add CLI write functionality.
* add type information
Expand Down
165 changes: 1 addition & 164 deletions poetry.lock

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

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cli_support"
version = "2.0.0"
version = "2.0.1"
description = "Support component license information (CLI) files"
authors = ["Thomas Graf <thomas.graf@siemens.com>"]
license = "MIT"
Expand All @@ -23,7 +23,6 @@ python = "^3.8"
[tool.poetry.group.dev.dependencies]
colorama = "^0.4.3"
flake8 = ">=3.9.2"
requests = "^2.22.0"
pytest = ">=7.2.0"
coverage = ">=6.5.0"
mypy = "^1.8.0"
Expand Down

0 comments on commit 8b137dc

Please sign in to comment.