Skip to content

Commit d263405

Browse files
committed
fix: pytest 명시해서 설치하도록 추가
1 parent 9489c5c commit d263405

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ langchain-google-genai>=2.1.3,<3.0.0
1717
langchain-ollama>=0.3.2,<0.4.0
1818
langchain-huggingface>=0.1.2,<0.2.0
1919
clickhouse_driver
20+
pytest>=8.3.5

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# setup.py
2-
from setuptools import setup, find_packages
2+
from setuptools import find_packages, setup
33

44
with open("docs/README.md", "r", encoding="utf-8") as fh:
55
long_description = fh.read()
@@ -29,6 +29,7 @@
2929
"langchain-ollama>=0.3.2,<0.4.0",
3030
"langchain-huggingface>=0.1.2,<0.2.0",
3131
"transformers==4.51.2",
32+
"pytest>=8.3.5",
3233
],
3334
entry_points={
3435
"console_scripts": [

0 commit comments

Comments
 (0)