Skip to content

Commit 81c4978

Browse files
Merge pull request #11 from kerthcet/feat/add-oss-s3
Add dotenv
2 parents 98b01ad + 52b4143 commit 81c4978

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)