Skip to content

Commit 40d4fe7

Browse files
[Python sdk] Remove test dependencies from Main Package Dependencies (#1463)
[Python sdk] Remove test dependencies from Main Package Dependencies This PR updates the Python SDK package to minimize its dependency footprint. This pr removes the following packages from the main package dependencies. These libraries are primarily used for testing purposes and are not necessary for the sdk's functionality. - `pytest` - `pytest-asyncio` - `mock`
2 parents 86b049e + 4d7c8d0 commit 40d4fe7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/requirements.txt

-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,13 @@ google-generativeai>=0.3.1
99
huggingface-hub >= 0.20.3
1010
hypothesis==6.91.0
1111
lastmile-utils==0.0.23
12-
mock
1312
nest_asyncio
1413
nltk
1514
openai >= 1.13.3
1615
prompt_toolkit
1716
pybars3
1817
pydantic>=2.1
1918
pylint
20-
pytest
21-
pytest-asyncio
2219
python-dotenv
2320
pyyaml
2421
requests

0 commit comments

Comments
 (0)