Skip to content

Commit

Permalink
Missing requests as dependency for some reason (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
qTipTip authored Feb 14, 2024
1 parent a7cfbcc commit d94296c
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [2.0.1] 14/02/2024

### Fixed
- Regression where `requests` were missing as a dependency.

## [2.0.0] 09/02/2024

### Added
Expand Down
161 changes: 160 additions & 1 deletion poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylette"
version = "2.0.0"
version = "2.0.1"
description = "A Python library for extracting color palettes from images."
authors = ["Ivar Stangeby"]
license = "MIT"
Expand All @@ -14,6 +14,7 @@ python = "^3.8"
Pillow = "^9.3.0"
numpy = "^1.22.2"
scikit-learn = "^1.2"
requests = "^2.31.0"

[tool.poetry.dev-dependencies]
pre-commit = "^2.17.0"
Expand Down

0 comments on commit d94296c

Please sign in to comment.