Skip to content

Commit

Permalink
fixed pipfile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
varchanaiyer committed May 21, 2024
1 parent af7bc23 commit fc946c3
Show file tree
Hide file tree
Showing 2 changed files with 1,170 additions and 776 deletions.
13 changes: 5 additions & 8 deletions api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,9 @@ name = "pypi"
[packages]
stampy-chat = {editable = true, path = "."}
# ---- <flask stuff> ----
flask = ">=2.2.2"
gunicorn = "==20.0.4"
jinja2 = "==2.11.3"
markupsafe = "==1.1.1"
itsdangerous = "==1.1.0"
werkzeug = "==2.0.3"
flask-cors = "*"
flask = "==2.2.2"
# ---- </flask stuff> ----
openai = "==0.27.2"
openai = "*"
numpy = "==1.24.2"
tenacity = "==8.2.2"
tiktoken = "*"
Expand All @@ -28,9 +22,12 @@ mysql-connector-python = "*"
langchain = "==0.1.20"
transformers = "*"
langchain-anthropic = "*"
werkzeug = "==2.2.2"
tonic-validate = "*"

[dev-packages]
pytest = "*"
ipdb = "*"

[requires]
python_version = "3.11"
Loading

0 comments on commit fc946c3

Please sign in to comment.