Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansurf committed May 31, 2024
1 parent 4f7c049 commit 2483e20
Show file tree
Hide file tree
Showing 2 changed files with 145 additions and 1 deletion.
145 changes: 144 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 @@ -22,6 +22,7 @@ requests = "2.32.3"
requests-cache = "1.2.0"
retry-requests = "2.0.0"
email-validator = "2.1.1"
openai = "^1.30.5"

[tool.poetry.group.dev.dependencies]
# command: `poetry add --group dev <package-name>`
Expand Down

1 comment on commit 2483e20

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage

Coverage Report
FileStmtsMissCoverMissing
src
   __init__.py00100% 
   api.py85693%30, 48, 69–70, 101–102
   art.py9367%24–25, 37
   cli.py26485%33, 51–52, 56
   gpt.py10640%15–20, 27–40
   helper.py1425263%47, 58–62, 95–103, 115, 128–129, 150, 152, 154, 156, 158, 160, 162, 164, 166, 168, 170, 178–180, 190, 192–193, 211–212, 249–259, 266–274
   send_email.py24240%5–48
   server.py41410%5–82
   settings.py210100% 
TOTAL35813662% 

Tests Skipped Failures Errors Time
6 0 💤 0 ❌ 0 🔥 11.108s ⏱️

Please sign in to comment.