Add pyarrow to requirements for enhanced data processing capabilities
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
@@ -3,5 +3,6 @@ uvicorn
|
|
3 |
pandas
|
4 |
openai
|
5 |
python-dotenv
|
|
|
6 |
python-jose[cryptography]
|
7 |
python-multipart
|
|
|
3 |
pandas
|
4 |
openai
|
5 |
python-dotenv
|
6 |
+
pyarrow
|
7 |
python-jose[cryptography]
|
8 |
python-multipart
|