Skip to content

Commit

Permalink
drop brotli dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrd committed Oct 27, 2022
1 parent 06108d2 commit f4bb7e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 75 deletions.
74 changes: 1 addition & 73 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 = "dictdatabase"
version = "2.0.3"
version = "2.0.4"
repository = "https://github.com/mkrd/DictDataBase"
description = "Easy-to-use database using dicts"
authors = ["Marcel Kröker <[email protected]>"]
Expand All @@ -17,7 +17,6 @@ classifiers=[

[tool.poetry.dependencies]
python = "^3.8"
Brotli = "^1.0.9"
orjson = "^3.8.0"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit f4bb7e5

Please sign in to comment.