Skip to content

Commit

Permalink
Removed unused dependencies (#189)
Browse files Browse the repository at this point in the history
* Removed unused dependencies typeguard and joblib
* Update pull request template
  • Loading branch information
ckunki authored Jan 13, 2025
1 parent af3f744 commit d8afa29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### Submission Checklist

* [ ] Did you mention the issue which this pull request closes ("Closes ...")?
* [ ] Updated the changelog in file `doc/changes/unreleased.md`

If required
Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ keywords = ['exasol', 'bucketfs']
[tool.poetry.dependencies]
python = ">=3.9,<4.0"
requests = ">=2.24.0"
joblib=">=1.0.1"
typeguard = ">=4.3.0"
exasol-saas-api=">=0.3.0"
# Temp.fix
httpx=">=0.27.0"
Expand Down

0 comments on commit d8afa29

Please sign in to comment.