Add mypy, ruff, and types-requests to dev dependencies
Browse files- pyproject.toml +8 -1
pyproject.toml
CHANGED
|
@@ -30,7 +30,14 @@ pipeline = [
|
|
| 30 |
"ragas>=0.1.0",
|
| 31 |
"requests>=2.28.0",
|
| 32 |
]
|
| 33 |
-
dev = [
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 34 |
api = [
|
| 35 |
"anthropic>=0.18.0",
|
| 36 |
"fastapi>=0.109.0",
|
|
|
|
| 30 |
"ragas>=0.1.0",
|
| 31 |
"requests>=2.28.0",
|
| 32 |
]
|
| 33 |
+
dev = [
|
| 34 |
+
"pytest>=7.0.0",
|
| 35 |
+
"pytest-asyncio>=0.21.0",
|
| 36 |
+
"httpx>=0.25.0",
|
| 37 |
+
"mypy>=1.0.0",
|
| 38 |
+
"ruff>=0.1.0",
|
| 39 |
+
"types-requests>=2.28.0",
|
| 40 |
+
]
|
| 41 |
api = [
|
| 42 |
"anthropic>=0.18.0",
|
| 43 |
"fastapi>=0.109.0",
|