Skip to content

Commit

Permalink
feat: add leveldb storage dependency as an extra
Browse files Browse the repository at this point in the history
  • Loading branch information
rezamahdi committed Feb 24, 2022
1 parent 5b3d5da commit 0705cfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ dev =
pytest-cov
fastapi =
fastapi
leveldb =
plyvel
doc =
sphinx

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
extras_require={
"dev": ["pytest", "pytest-cov", "pytest-mock"],
"fastapi": ["fastapi"],
"leveldb": ["plyvel"],
"doc": "sphinx",
},
entry_points={
Expand Down

0 comments on commit 0705cfc

Please sign in to comment.