Skip to content

Commit

Permalink
refactor: remove mongo, add sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeshultz committed Nov 20, 2023
1 parent e4caa59 commit 8be2d10
Show file tree
Hide file tree
Showing 5 changed files with 219 additions and 181 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"IPython", # Console for interacting
"ipdb", # Debugger (Must use `export PYTHONBREAKPOINT=ipdb.set_trace`)
],
"mongo": [
"beanie~=1.23.6",
],
}

# NOTE: `pip install -e .[dev]` to install package
Expand All @@ -52,7 +49,6 @@
+ extras_require["doc"]
+ extras_require["release"]
+ extras_require["dev"]
+ extras_require["mongo"]
)

with open("./README.md") as readme:
Expand Down
Loading

0 comments on commit 8be2d10

Please sign in to comment.