Skip to content

Commit 52b4143

Browse files
committed
Add dotenv
Signed-off-by: kerthcet <kerthcet@gmail.com>
1 parent 5e475fb commit 52b4143

2 files changed

Lines changed: 17 additions & 2 deletions

File tree

poetry.lock

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "omnistore"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "An unified python client to communicate with various kinds of object-store providers."
55
authors = ["InftyAI Community"]
66
license = "MIT"
@@ -9,6 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = "^3.10"
1111
oss2 = "^2.18.6"
12+
python-dotenv = "^1.0.1"
1213

1314

1415
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)