From 8837c4e12ac65cc59755f93b3792a5ef75d5827c Mon Sep 17 00:00:00 2001 From: DmsAnhr Date: Thu, 29 Jan 2026 11:41:12 +0700 Subject: [PATCH] add 'pyarrow' to requirements.txt --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1702337..d961154 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,4 +16,5 @@ Shapely==2.1.2 SQLAlchemy==2.0.46 asyncpg psycopg2 -python-multipart \ No newline at end of file +python-multipart +pyarrow \ No newline at end of file