ready for production

This commit is contained in:
2026-05-27 14:44:01 -03:00
parent 6ee953edcf
commit aa542cb6eb
4 changed files with 15 additions and 18 deletions
+6 -6
View File
@@ -37,17 +37,17 @@ install_requires =
pycryptodome>=3.18.0
PyYAML>=6.0.1
pyfzf>=0.3.1
litellm>=1.40.0
grpcio>=1.62.0
grpcio-tools>=1.62.0
litellm>=1.40.0,<2.0.0
grpcio>=1.62.0,<2.0.0
grpcio-tools>=1.62.0,<2.0.0
protobuf>=6.31.1,<7.0.0
google-api-python-client>=2.125.0
google-auth-oauthlib>=1.2.0
google-auth-httplib2>=0.2.0
prompt-toolkit>=3.0.0
mcp>=1.2.0
aiohttp>=3.9.0
httpx>=0.27.0
mcp>=1.2.0,<2.0.0
aiohttp>=3.9.0,<4.0.0
httpx>=0.27.0,<1.0.0
requests>=2.31.0
[options.entry_points]