Skip to content

Commit

Permalink
updated pdm dependancies
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ali-e committed Dec 6, 2024
1 parent 10f6534 commit e121f38
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies = [
# Indirect local dependencies usually need to be added in their own projects
# as: https://pdm-project.org/latest/usage/dependency/#local-dependencies.
#
# However, such indirect local dependencies which are not direct depedency of
# However, such indirect local dependencies which are not direct dependency of
# main project appear as absolute paths in pdm.lock of main project, making it
# impossible to check in the lock file.
#
Expand Down
1 change: 1 addition & 0 deletions docker/scripts/pdm-lock-gen/pdm-lock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ directories=(
"backend"
"prompt-service"
"worker"
"unstract/filesystem"
"unstract/core"
"unstract/flags"
"platform-service"
Expand Down
2 changes: 2 additions & 0 deletions tools/classifier/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

# Required for all unstract tools
unstract-sdk~=0.54.0rc5
# TODO: remove once it added in sdk
s3fs[boto3]==2024.6.0
2 changes: 2 additions & 0 deletions tools/structure/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

# Required for all unstract tools
unstract-sdk~=0.54.0rc5
# TODO: remove once it added in sdk
s3fs[boto3]==2024.6.0
2 changes: 2 additions & 0 deletions tools/text_extractor/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@

# Required for all unstract tools
unstract-sdk~=0.54.0rc5
# TODO: remove once it added in sdk
s3fs[boto3]==2024.6.0

0 comments on commit e121f38

Please sign in to comment.