Skip to content

Commit

Permalink
reverting pdm file
Browse files Browse the repository at this point in the history
  • Loading branch information
kirtimanmishrazipstack committed Jul 26, 2024
1 parent b113268 commit 13719ed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"Authlib==1.2.1", # For Auth plugins
"boto3~=1.28.17", # For Unstract-cloud-storage
"celery>=5.3.4", # For Celery
"flower==2.0.0", # Celery Monitoring
"flower>=2.0.1", # Celery Monitoring
"cron-descriptor==1.4.0", # For cron string description
"cryptography>=41.0.7",
"django==4.2.1",
Expand Down
20 changes: 10 additions & 10 deletions prompt-service/pdm.lock

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

2 changes: 1 addition & 1 deletion prompt-service/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ authors = [
{name = "Zipstack Inc.", email = "[email protected]"},
]
dependencies = [
"peewee==3.15",
"peewee~=3.16",
"nltk~=3.8",
"flask~=3.0",
"llama-index==0.10.38",
Expand Down

0 comments on commit 13719ed

Please sign in to comment.