We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c70145f commit f3de1a1Copy full SHA for f3de1a1
2 files changed
.github/workflows/test.yml
@@ -33,12 +33,9 @@ jobs:
33
- name: Install Backend Dependencies
34
run: |
35
python -m pip install --upgrade pip
36
- pip install uv
37
- cd src/ContentProcessor
38
- uv sync
+ pip install -r src/ContentProcessorAPI/requirements.txtc
39
pip install pytest-cov
40
pip install pytest-asyncio
41
- pip install certifi
42
43
- name: Set PYTHONPATH
44
run: echo "PYTHONPATH=$PWD" >> $GITHUB_ENV
src/ContentProcessor/requirements.txt
@@ -0,0 +1,15 @@
1
+azure-appconfiguration>=1.7.1
2
+azure-identity>=1.19.0
3
+azure-storage-blob>=12.24.1
4
+azure-storage-queue>=12.12.0
5
+certifi>=2024.12.14
6
+charset-normalizer>=3.4.1
7
+openai==1.65.5
8
+pandas>=2.2.3
9
+pdf2image>=1.17.0
10
+poppler-utils>=0.1.0
11
+pydantic>=2.10.5
12
+pydantic-settings>=2.7.1
13
+pymongo>=4.11.2
14
+python-dotenv>=1.0.1
15
+tiktoken>=0.9.0
0 commit comments