Skip to content

Commit

Permalink
Add sqlite3 extra in requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
karpetrosyan committed Oct 24, 2023
1 parent ed3e673 commit 50b5646
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ redis = [
"redis==5.0.0"
]

sqlite = [
"anysqlite>=0.0.5"
]

[project.urls]
Homepage = "https://hishel.com"
Source = "https://github.com/karpetrosyan/hishel"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-e .[yaml,redis]
-e .[yaml,redis,sqlite]

# linting
ruff==0.0.291
Expand Down

0 comments on commit 50b5646

Please sign in to comment.