Skip to content

Commit

Permalink
mod requirements for frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoccofabrizio committed Jul 3, 2023
1 parent c32cd3c commit 6a82bc7
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
1 change: 0 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plotly==5.12.0
scipy==1.10.0
scikit-learn==1.2.0
transformers==4.25.1
redis==4.5.4
python-dotenv==1.0.0
azure-ai-formrecognizer==3.2.0
azure-storage-blob==12.14.1
Expand Down
12 changes: 11 additions & 1 deletion docker/WebApp.Dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,17 @@ __pycache__
.github
frontend/node_modules
admin
backend
backend/AddURLEmbeddings
backend/BatchPushResults
backend/BatchStartProcessing
backend/images
backend/pages
backend/.frontend
backend/.github
backend/Admin.py
backend/host.json
backend/local.settings.json
backend/requirements.txt
docker
infrastructure
.gitignore
Expand Down
10 changes: 9 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ Flask==2.3.2
openai==0.27.7
azure-storage-blob==12.14.1
python-dotenv==1.0.0
langchain==0.0.191
langchain==0.0.218
azure-ai-formrecognizer==3.2.0
requests==2.28.2
tiktoken==0.2.0
azure-storage-queue==12.5.0
beautifulsoup4==4.12.0
fake-useragent==1.1.3
chardet==5.1.0
pandas==2.0.3
--extra-index-url https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-python/pypi/simple/
azure-search-documents==11.4.0a20230509004

0 comments on commit 6a82bc7

Please sign in to comment.