Skip to content

Commit

Permalink
Put the setuptools library in dependencies due to the use of the pkg_…
Browse files Browse the repository at this point in the history
…resources module (#244) (#245)

* Put the setuptools library in dependencies due to the use of the pkg_resources module (#244)

* Update CHANGELOG.md

Co-authored-by: Alireza Roshanzamir <[email protected]>
  • Loading branch information
AlirezaRoshanzamir and Alireza Roshanzamir authored Apr 22, 2022
1 parent 23140b1 commit fed89e5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
We follow Semantic Versions since the `0.1.0` release.


## [Unreleased]

### Bugfixes

- Adds `setuptools` in the dependencies


## 1.2.0

### Features
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ python = "^3.6"
flake8 = ">=3.5,<5"
eradicate = "^2.0"
attrs = "*"
setuptools = "*"

[tool.poetry.dev-dependencies]
pytest-cov = "^3.0"
Expand Down

0 comments on commit fed89e5

Please sign in to comment.