Skip to content

Commit

Permalink
Add python-decouple Dependency (#524)
Browse files Browse the repository at this point in the history
* Add decouple dependency

* remove .env

* address comment
  • Loading branch information
charitylxy authored Mar 4, 2024
1 parent 6267cc0 commit 9648bc6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
13 changes: 12 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ grpcio = {version=">=1.49.0,<2.0", optional = true}
protobuf = { version = "^4.21", optional = true }
hightime = "^0.2.1"
tzlocal = "^5.0"
python-decouple = ">=3.8"

[tool.poetry.extras]
docs = ["sphinx", "sphinx_rtd_theme"]
Expand Down

0 comments on commit 9648bc6

Please sign in to comment.