Skip to content

Commit

Permalink
Merge pull request #277 from isamu/pyyaml
Browse files Browse the repository at this point in the history
add pyyaml
  • Loading branch information
snakajima authored Dec 12, 2023
2 parents 6911ed4 + a46de37 commit 94483de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ termcolor = "^2.3.0"
bs4 = "^0.0.1"
tiktoken = "^0.4.0"
requests-toolbelt = "^1.0.0"
pyyaml = "^6.0.1"

[tool.poetry.dependencies.pyobjc]
version = "^9.2"
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python-dotenv==1.0.0
termcolor
bs4
tiktoken
pyyaml
pyobjc; sys_platform == 'darwin'
requests-toolbelt
black[jupyter]
Expand Down

0 comments on commit 94483de

Please sign in to comment.