Skip to content

Commit

Permalink
adding dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
berylliumsec-handler committed Apr 2, 2024
1 parent 78567d0 commit 31e4182
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@
"fastapi",
"uvicorn",
"pydantic",
# Add any other dependencies as necessary
"langchain",
"regex",
"argparse",
"typing-extensions"


],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit 31e4182

Please sign in to comment.