Fix requirements
This commit is contained in:
@@ -0,0 +1,19 @@
|
|||||||
|
# Development dependencies
|
||||||
|
-r requirements.txt
|
||||||
|
|
||||||
|
# Testing
|
||||||
|
pytest>=7.0.0,<8.0.0
|
||||||
|
pytest-cov>=4.0.0,<5.0.0
|
||||||
|
pytest-mock>=3.10.0,<4.0.0
|
||||||
|
vcrpy>=4.2.0,<5.0.0
|
||||||
|
|
||||||
|
# Code quality
|
||||||
|
black>=23.0.0,<24.0.0
|
||||||
|
isort>=5.12.0,<6.0.0
|
||||||
|
flake8>=6.0.0,<7.0.0
|
||||||
|
mypy>=1.0.0,<2.0.0
|
||||||
|
pre-commit>=3.0.0,<4.0.0
|
||||||
|
|
||||||
|
# Type stubs
|
||||||
|
types-requests>=2.31.0,<3.0.0
|
||||||
|
|
||||||
+7
-6
@@ -1,6 +1,7 @@
|
|||||||
requests>=2.31.0
|
requests>=2.31.0,<3.0.0
|
||||||
python-dotenv>=1.0.0
|
python-dotenv>=1.0.0,<2.0.0
|
||||||
pytest>=7.0.0
|
pytest>=7.0.0,<8.0.0
|
||||||
mcp>=1.0.0
|
mcp>=1.0.0,<2.0.0
|
||||||
fastmcp>=0.1.0
|
fastmcp>=0.1.0,<1.0.0
|
||||||
types-requests>=2.31.0
|
types-requests>=2.31.0,<3.0.0
|
||||||
|
pydantic>=2.0.0,<3.0.0
|
||||||
|
|||||||
Reference in New Issue
Block a user