Timothy Jaeryang Baek 2 місяців тому
батько
коміт
4b4a86d4e7
2 змінених файлів з 5 додано та 0 видалено
  1. 2 0
      backend/requirements.txt
  2. 3 0
      pyproject.toml

+ 2 - 0
backend/requirements.txt

@@ -32,6 +32,8 @@ boto3==1.35.53
 argon2-cffi==23.1.0
 APScheduler==3.10.4
 
+RestrictedPython==8.0
+
 # AI libraries
 openai
 anthropic

+ 3 - 0
pyproject.toml

@@ -40,6 +40,9 @@ dependencies = [
     "argon2-cffi==23.1.0",
     "APScheduler==3.10.4",
 
+
+    "RestrictedPython==8.0",
+
     "openai",
     "anthropic",
     "google-generativeai==0.7.2",