build: update dependencies in requirements.txt and setup.cfg for v5.1b1

This commit is contained in:
2026-04-17 19:45:18 -03:00
parent cb926c2b85
commit d8c572d2b6
2 changed files with 34 additions and 26 deletions
+15 -12
View File
@@ -1,14 +1,17 @@
rich-argparse rich>=13.7.1
argcomplete rich-argparse>=1.4.0
google_api_python_client>=2.125.0 argcomplete>=3.1.2
google_auth_oauthlib>=1.2.0 inquirer>=3.3.0
pexpect>=4.8.0
pycryptodome>=3.18.0
PyYAML>=6.0.1
pyfzf>=0.3.1
litellm>=1.40.0
grpcio>=1.62.0 grpcio>=1.62.0
grpcio-tools>=1.62.0 grpcio-tools>=1.62.0
inquirer>=3.3.0 protobuf>=4.21.0,<6.0.0
litellm>=1.40.0 google-api-python-client>=2.125.0
pexpect>=4.8.0 google-auth-oauthlib>=1.2.0
protobuf>=6.31.1,<7.0.0 google-auth-httplib2>=0.2.0
pycryptodome>=3.18.0 pytest>=8.0.0
pyfzf>=0.3.1 pytest-mock>=3.12.0
PyYAML>=6.0.1
rich>=13.7.1
+19 -14
View File
@@ -25,19 +25,21 @@ classifiers =
[options] [options]
packages = find: packages = find:
install_requires = install_requires =
inquirer rich>=13.7.1
pexpect rich-argparse>=1.4.0
pycryptodome argcomplete>=3.1.2
Flask inquirer>=3.3.0
Flask_Cors pexpect>=4.8.0
pyfzf pycryptodome>=3.18.0
waitress PyYAML>=6.0.1
PyYAML pyfzf>=0.3.1
litellm litellm>=1.40.0
rich grpcio>=1.62.0
protobuf grpcio-tools>=1.62.0
google_api_python_client protobuf>=4.21.0,<6.0.0
google_auth_oauthlib google-api-python-client>=2.125.0
google-auth-oauthlib>=1.2.0
google-auth-httplib2>=0.2.0
[options.entry_points] [options.entry_points]
console_scripts = console_scripts =
@@ -46,4 +48,7 @@ console_scripts =
connpy-completion-helper = connpy.completion:main connpy-completion-helper = connpy.completion:main
[options.package_data] [options.package_data]
connpy = core_plugins/* connpy =
core_plugins/*
proto/*
grpc/*.proto