Skip to content

Commit

Permalink
Merge pull request #500 from parea-ai/add-req
Browse files Browse the repository at this point in the history
add pytz
  • Loading branch information
jalexanderII committed Feb 22, 2024
2 parents c40e7eb + 504bf9c commit 16cafb1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 16 deletions.
20 changes: 5 additions & 15 deletions poetry.lock

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

3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "parea-ai"
packages = [{ include = "parea" }]
version = "0.2.81"
version = "0.2.82"
description = "Parea python sdk"
readme = "README.md"
authors = ["joel-parea-ai <[email protected]>"]
Expand Down Expand Up @@ -46,6 +46,7 @@ pysbd = "^0.3.4"
cattrs = ">=22.1.0"
tiktoken = "^0.5.2"
levenshtein = "^0.25.0"
pytz = "^2024.1"

[tool.poetry.dev-dependencies]
bandit = "^1.7.1"
Expand Down

0 comments on commit 16cafb1

Please sign in to comment.