fraud prevention
Browse files- requirements.txt +225 -42
requirements.txt
CHANGED
|
@@ -1,49 +1,232 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
openai #==1.61.0 #instructor bugs
|
| 10 |
-
dspy==2.6.27
|
| 11 |
-
llama-index==0.12.38
|
| 12 |
-
faiss-cpu
|
| 13 |
-
tavily-python
|
| 14 |
-
langchain-tavily
|
| 15 |
anthropic==0.55.0
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 25 |
langchain-experimental==0.3.4
|
| 26 |
langchain-groq==0.3.3
|
| 27 |
-
langchain-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
numpy==2.2.6
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
presidio_analyzer==2.2.358
|
| 43 |
presidio_anonymizer==2.2.358
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
spacy==3.8.7
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
agno==1.7.0
|
| 2 |
+
aiofiles==23.2.1
|
| 3 |
+
aiohappyeyeballs==2.6.1
|
| 4 |
+
aiohttp==3.12.13
|
| 5 |
+
aiosignal==1.3.2
|
| 6 |
+
aiosqlite==0.21.0
|
| 7 |
+
alembic==1.16.2
|
| 8 |
+
annotated-types==0.7.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
anthropic==0.55.0
|
| 10 |
+
anyio==4.9.0
|
| 11 |
+
async-timeout==4.0.3
|
| 12 |
+
asyncer==0.0.8
|
| 13 |
+
attrs==25.3.0
|
| 14 |
+
Authlib==1.6.0
|
| 15 |
+
babel==2.17.0
|
| 16 |
+
backoff==2.2.1
|
| 17 |
+
backrefs==5.9
|
| 18 |
+
banks==2.1.3
|
| 19 |
+
beautifulsoup4==4.13.4
|
| 20 |
+
blis==1.3.0
|
| 21 |
+
cachetools==6.1.0
|
| 22 |
+
catalogue==2.0.10
|
| 23 |
+
certifi==2025.6.15
|
| 24 |
+
cffi==1.17.1
|
| 25 |
+
cfgv==3.4.0
|
| 26 |
+
charset-normalizer==3.4.2
|
| 27 |
+
click==8.2.1
|
| 28 |
+
cloudpathlib==0.21.1
|
| 29 |
+
cloudpickle==3.1.1
|
| 30 |
+
colorama==0.4.6
|
| 31 |
+
colorlog==6.9.0
|
| 32 |
+
confection==0.1.5
|
| 33 |
+
contourpy==1.3.2
|
| 34 |
+
cryptography==44.0.3
|
| 35 |
+
cycler==0.12.1
|
| 36 |
+
cymem==2.0.11
|
| 37 |
+
dataclasses-json==0.6.7
|
| 38 |
+
datasets==3.6.0
|
| 39 |
+
Deprecated==1.2.18
|
| 40 |
+
dill==0.3.8
|
| 41 |
+
dirtyjson==1.0.8
|
| 42 |
+
diskcache==5.6.3
|
| 43 |
+
distlib==0.3.9
|
| 44 |
+
distro==1.9.0
|
| 45 |
+
docstring_parser==0.16
|
| 46 |
+
dspy==2.6.27
|
| 47 |
+
duckduckgo_search==8.0.5
|
| 48 |
+
en_core_web_lg @ https://github.com/explosion/spacy-models/releases/download/en_core_web_lg-3.8.0/en_core_web_lg-3.8.0-py3-none-any.whl#sha256=293e9547a655b25499198ab15a525b05b9407a75f10255e405e8c3854329ab63
|
| 49 |
+
exceptiongroup==1.3.0
|
| 50 |
+
faiss-cpu==1.11.0
|
| 51 |
+
fastapi==0.115.14
|
| 52 |
+
ffmpy==0.6.0
|
| 53 |
+
filelock==3.18.0
|
| 54 |
+
filetype==1.2.0
|
| 55 |
+
fonttools==4.58.5
|
| 56 |
+
frozenlist==1.7.0
|
| 57 |
+
fsspec==2025.3.0
|
| 58 |
+
ghp-import==2.1.0
|
| 59 |
+
gitdb==4.0.12
|
| 60 |
+
GitPython==3.1.44
|
| 61 |
+
gradio==5.23.3
|
| 62 |
+
gradio_client==1.8.0
|
| 63 |
+
graphviz==0.21
|
| 64 |
+
greenlet==3.2.3
|
| 65 |
+
griffe==1.7.3
|
| 66 |
+
groovy==0.1.2
|
| 67 |
+
groq==0.26.0
|
| 68 |
+
h11==0.16.0
|
| 69 |
+
hf-xet==1.1.5
|
| 70 |
+
hf_transfer==0.1.9
|
| 71 |
+
httpcore==1.0.9
|
| 72 |
+
httpx==0.28.1
|
| 73 |
+
httpx-sse==0.4.1
|
| 74 |
+
huggingface-hub==0.33.2
|
| 75 |
+
identify==2.6.12
|
| 76 |
+
idna==3.10
|
| 77 |
+
importlib_metadata==8.7.0
|
| 78 |
+
instructor==1.9.0
|
| 79 |
+
itsdangerous==2.2.0
|
| 80 |
+
Jinja2==3.1.6
|
| 81 |
+
jiter==0.10.0
|
| 82 |
+
joblib==1.5.1
|
| 83 |
+
json_repair==0.47.6
|
| 84 |
+
jsonpatch==1.33
|
| 85 |
+
jsonpointer==3.0.0
|
| 86 |
+
jsonschema==4.24.0
|
| 87 |
+
jsonschema-specifications==2025.4.1
|
| 88 |
+
kiwisolver==1.4.8
|
| 89 |
+
langchain==0.3.26
|
| 90 |
+
langchain-community==0.3.26
|
| 91 |
+
langchain-core==0.3.67
|
| 92 |
langchain-experimental==0.3.4
|
| 93 |
langchain-groq==0.3.3
|
| 94 |
+
langchain-tavily==0.2.6
|
| 95 |
+
langchain-text-splitters==0.3.8
|
| 96 |
+
langcodes==3.5.0
|
| 97 |
+
langgraph==0.5.0
|
| 98 |
+
langgraph-checkpoint==2.1.0
|
| 99 |
+
langgraph-prebuilt==0.5.2
|
| 100 |
+
langgraph-sdk==0.1.72
|
| 101 |
+
langsmith==0.4.4
|
| 102 |
+
language_data==1.3.0
|
| 103 |
+
litellm==1.63.0
|
| 104 |
+
llama-cloud==0.1.26
|
| 105 |
+
llama-cloud-services==0.6.34
|
| 106 |
+
llama-index==0.12.38
|
| 107 |
+
llama-index-agent-openai==0.4.8
|
| 108 |
+
llama-index-cli==0.4.1
|
| 109 |
+
llama-index-core==0.12.46
|
| 110 |
+
llama-index-embeddings-openai==0.3.1
|
| 111 |
+
llama-index-indices-managed-llama-cloud==0.7.7
|
| 112 |
+
llama-index-instrumentation==0.2.0
|
| 113 |
+
llama-index-llms-openai==0.3.44
|
| 114 |
+
llama-index-multi-modal-llms-openai==0.4.3
|
| 115 |
+
llama-index-program-openai==0.3.1
|
| 116 |
+
llama-index-question-gen-openai==0.3.0
|
| 117 |
+
llama-index-readers-file==0.4.9
|
| 118 |
+
llama-index-readers-llama-parse==0.4.0
|
| 119 |
+
llama-index-workflows==1.0.1
|
| 120 |
+
llama-parse==0.6.34
|
| 121 |
+
lxml==6.0.0
|
| 122 |
+
magicattr==0.1.6
|
| 123 |
+
Mako==1.3.10
|
| 124 |
+
marisa-trie==1.2.1
|
| 125 |
+
Markdown==3.8.2
|
| 126 |
+
markdown-it-py==3.0.0
|
| 127 |
+
markdownify==1.1.0
|
| 128 |
+
MarkupSafe==3.0.2
|
| 129 |
+
marshmallow==3.26.1
|
| 130 |
+
matplotlib==3.10.3
|
| 131 |
+
mdurl==0.1.2
|
| 132 |
+
mergedeep==1.3.4
|
| 133 |
+
mkdocs==1.6.1
|
| 134 |
+
mkdocs-get-deps==0.2.0
|
| 135 |
+
mkdocs-material==9.6.15
|
| 136 |
+
mkdocs-material-extensions==1.3.1
|
| 137 |
+
multidict==6.6.3
|
| 138 |
+
multiprocess==0.70.16
|
| 139 |
+
murmurhash==1.0.13
|
| 140 |
+
mypy_extensions==1.1.0
|
| 141 |
+
nest-asyncio==1.6.0
|
| 142 |
+
networkx==3.4.2
|
| 143 |
+
nltk==3.9.1
|
| 144 |
+
nodeenv==1.9.1
|
| 145 |
numpy==2.2.6
|
| 146 |
+
ollama==0.5.1
|
| 147 |
+
openai==1.93.0
|
| 148 |
+
optuna==4.4.0
|
| 149 |
+
orjson==3.10.18
|
| 150 |
+
ormsgpack==1.10.0
|
| 151 |
+
packaging==24.2
|
| 152 |
+
paginate==0.5.7
|
| 153 |
+
pandas==2.2.3
|
| 154 |
+
pathspec==0.12.1
|
| 155 |
+
phonenumbers==8.13.55
|
| 156 |
+
pillow==11.3.0
|
| 157 |
+
platformdirs==4.3.8
|
| 158 |
+
pre_commit==4.2.0
|
| 159 |
+
preshed==3.0.10
|
| 160 |
presidio_analyzer==2.2.358
|
| 161 |
presidio_anonymizer==2.2.358
|
| 162 |
+
primp==0.15.0
|
| 163 |
+
propcache==0.3.2
|
| 164 |
+
protobuf==3.20.3
|
| 165 |
+
psutil==5.9.8
|
| 166 |
+
pyarrow==20.0.0
|
| 167 |
+
pycparser==2.22
|
| 168 |
+
pydantic==2.11.7
|
| 169 |
+
pydantic-settings==2.10.1
|
| 170 |
+
pydantic_core==2.33.2
|
| 171 |
+
pydub==0.25.1
|
| 172 |
+
Pygments==2.19.2
|
| 173 |
+
pymdown-extensions==10.16
|
| 174 |
+
pyparsing==3.2.3
|
| 175 |
+
pypdf==5.7.0
|
| 176 |
+
python-dateutil==2.9.0.post0
|
| 177 |
+
python-dotenv==1.1.1
|
| 178 |
+
python-multipart==0.0.20
|
| 179 |
+
pytz==2025.2
|
| 180 |
+
PyYAML==6.0.2
|
| 181 |
+
pyyaml_env_tag==1.1
|
| 182 |
+
referencing==0.36.2
|
| 183 |
+
regex==2024.11.6
|
| 184 |
+
requests==2.32.4
|
| 185 |
+
requests-file==2.1.0
|
| 186 |
+
requests-toolbelt==1.0.0
|
| 187 |
+
rich==14.0.0
|
| 188 |
+
rpds-py==0.26.0
|
| 189 |
+
ruff==0.12.1
|
| 190 |
+
safehttpx==0.1.6
|
| 191 |
+
semantic-version==2.10.0
|
| 192 |
+
shellingham==1.5.4
|
| 193 |
+
six==1.17.0
|
| 194 |
+
smart_open==7.3.0.post1
|
| 195 |
+
smmap==5.0.2
|
| 196 |
+
sniffio==1.3.1
|
| 197 |
+
soupsieve==2.7
|
| 198 |
+
spaces==0.37.1
|
| 199 |
spacy==3.8.7
|
| 200 |
+
spacy-legacy==3.0.12
|
| 201 |
+
spacy-loggers==1.0.5
|
| 202 |
+
SQLAlchemy==2.0.41
|
| 203 |
+
srsly==2.5.1
|
| 204 |
+
starlette==0.46.2
|
| 205 |
+
striprtf==0.0.26
|
| 206 |
+
tavily-python==0.7.9
|
| 207 |
+
tenacity==9.1.2
|
| 208 |
+
thinc==8.3.6
|
| 209 |
+
tiktoken==0.9.0
|
| 210 |
+
tldextract==5.3.0
|
| 211 |
+
tokenizers==0.21.2
|
| 212 |
+
tomli==2.2.1
|
| 213 |
+
tomlkit==0.13.3
|
| 214 |
+
tqdm==4.67.1
|
| 215 |
+
typer==0.16.0
|
| 216 |
+
typing-inspect==0.9.0
|
| 217 |
+
typing-inspection==0.4.1
|
| 218 |
+
typing_extensions==4.14.0
|
| 219 |
+
tzdata==2025.2
|
| 220 |
+
ujson==5.10.0
|
| 221 |
+
urllib3==2.5.0
|
| 222 |
+
uvicorn==0.35.0
|
| 223 |
+
virtualenv==20.31.2
|
| 224 |
+
wasabi==1.1.3
|
| 225 |
+
watchdog==6.0.0
|
| 226 |
+
weasel==0.4.1
|
| 227 |
+
websockets==15.0.1
|
| 228 |
+
wrapt==1.17.2
|
| 229 |
+
xxhash==3.5.0
|
| 230 |
+
yarl==1.20.1
|
| 231 |
+
zipp==3.23.0
|
| 232 |
+
zstandard==0.23.0
|