diff --git a/backend/requirements.txt b/backend/requirements.txt index 8727b23b66..db32255a89 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -106,6 +106,7 @@ google-auth-oauthlib googleapis-common-protos==1.70.0 google-cloud-storage==2.19.0 +## Databases pymongo psycopg2-binary==2.9.10 pgvector==0.4.1 diff --git a/pyproject.toml b/pyproject.toml index 465fa5a165..85a8044e3c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,9 +37,6 @@ dependencies = [ "pycrdt==0.12.25", "redis", - "PyMySQL==1.1.1", - "boto3==1.40.5", - "APScheduler==3.10.4", "RestrictedPython==8.0", @@ -60,6 +57,8 @@ dependencies = [ "fake-useragent==2.2.0", "chromadb==1.0.20", "opensearch-py==2.8.0", + "PyMySQL==1.1.1", + "boto3==1.40.5", "transformers", "sentence-transformers==5.1.1",