Skip to content

Commit 6c7ca44

Browse files
committed
Add dependencies to tox
1 parent 0600a89 commit 6c7ca44

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifiers = [
2222
]
2323
requires-python = ">=3.12"
2424
dependencies = [
25+
"requests==2.32.3",
2526
"pinecone-client==2.2.2",
2627
"python-dotenv==1.0.0",
2728
"tiktoken==0.7.0",

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ commands =
2424

2525
[testenv:typing]
2626
description = Run mypy.
27+
deps =
28+
mypy
29+
types-requests
2730
commands =
2831
mypy python/rubin tests
2932

0 commit comments

Comments
 (0)