Skip to content

Commit 80cc3f9

Browse files
authored
Merge pull request #37 from HIGHFIVE-SW/develop
[FIX] requirements 수정.
2 parents 49fdd71 + 4a64a0c commit 80cc3f9

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ langchain-weaviate
3939
pymysql
4040
sqlalchemy
4141
weaviate-client
42+
IPython
4243

4344
# 새로운 패키지
4445
# package-name

requirements.txt

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ anyio==4.9.0
2626
# openai
2727
apscheduler==3.11.0
2828
# via -r requirements.in
29+
asttokens==3.0.0
30+
# via stack-data
2931
attrs==25.3.0
3032
# via
3133
# aiohttp
@@ -63,11 +65,14 @@ colorama==0.4.6
6365
# via
6466
# build
6567
# click
68+
# ipython
6669
# tqdm
6770
cryptography==44.0.3
6871
# via authlib
6972
dataclasses-json==0.6.7
7073
# via langchain-community
74+
decorator==5.2.1
75+
# via ipython
7176
deepl==1.22.0
7277
# via langchain-teddynote
7378
deprecation==2.1.0
@@ -76,6 +81,8 @@ distro==1.9.0
7681
# via
7782
# anthropic
7883
# openai
84+
executing==2.2.0
85+
# via stack-data
7986
feedparser==6.0.11
8087
# via langchain-teddynote
8188
filelock==3.18.0
@@ -150,8 +157,14 @@ idna==3.10
150157
# httpx
151158
# requests
152159
# yarl
160+
ipython==9.3.0
161+
# via -r requirements.in
162+
ipython-pygments-lexers==1.1.1
163+
# via ipython
153164
itsdangerous==2.2.0
154165
# via flask
166+
jedi==0.19.2
167+
# via ipython
155168
jinja2==3.1.6
156169
# via
157170
# altair
@@ -233,6 +246,8 @@ markupsafe==3.0.2
233246
# werkzeug
234247
marshmallow==3.26.1
235248
# via dataclasses-json
249+
matplotlib-inline==0.1.7
250+
# via ipython
236251
mistune==3.1.3
237252
# via flasgger
238253
mmh3==4.1.0
@@ -297,6 +312,8 @@ pandas==2.2.3
297312
# via
298313
# langchain-teddynote
299314
# streamlit
315+
parso==0.8.4
316+
# via jedi
300317
pdf2image==1.17.0
301318
# via langchain-teddynote
302319
pillow==11.2.1
@@ -312,6 +329,8 @@ pinecone-text==0.10.0
312329
# via langchain-teddynote
313330
pip-tools==7.4.1
314331
# via -r requirements.in
332+
prompt-toolkit==3.0.51
333+
# via ipython
315334
propcache==0.3.1
316335
# via
317336
# aiohttp
@@ -326,6 +345,8 @@ protobuf==5.29.4
326345
# streamlit
327346
protoc-gen-openapiv2==0.0.1
328347
# via pinecone-client
348+
pure-eval==0.2.3
349+
# via stack-data
329350
pyarrow==20.0.0
330351
# via streamlit
331352
pyasn1==0.6.1
@@ -354,6 +375,10 @@ pydantic-settings==2.9.1
354375
# via langchain-community
355376
pydeck==0.9.1
356377
# via streamlit
378+
pygments==2.19.1
379+
# via
380+
# ipython
381+
# ipython-pygments-lexers
357382
pymysql==1.1.1
358383
# via -r requirements.in
359384
pyproject-hooks==1.2.0
@@ -445,6 +470,8 @@ sqlalchemy==2.0.40
445470
# -r requirements.in
446471
# langchain
447472
# langchain-community
473+
stack-data==0.6.3
474+
# via ipython
448475
streamlit==1.45.1
449476
# via -r requirements.in
450477
sympy==1.14.0
@@ -480,6 +507,10 @@ tqdm==4.67.1
480507
# openai
481508
# sentence-transformers
482509
# transformers
510+
traitlets==5.14.3
511+
# via
512+
# ipython
513+
# matplotlib-inline
483514
transformers==4.51.3
484515
# via
485516
# -r requirements.in
@@ -527,6 +558,8 @@ validators==0.34.0
527558
# via weaviate-client
528559
watchdog==6.0.0
529560
# via streamlit
561+
wcwidth==0.2.13
562+
# via prompt-toolkit
530563
weaviate-client==4.14.3
531564
# via
532565
# -r requirements.in

0 commit comments

Comments
 (0)