Skip to content

Commit

Permalink
bump versions of chatbot dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
or-else committed Feb 18, 2022
1 parent d0a836e commit 10304f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chatbot/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
futures>=3.2.0; python_version<'3'
grpcio>=1.18.0
tinode-grpc>=0.16
grpcio>=1.40.0
tinode-grpc>=0.18
2 changes: 1 addition & 1 deletion chatbot/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
long_description_content_type="text/markdown",
url="https://github.com/tinode/chat",
packages=setuptools.find_packages(),
install_requires=['grpcio>=1.15.0'],
install_requires=['grpcio>=1.40.0'],
classifiers=(
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache 2.0",
Expand Down
2 changes: 1 addition & 1 deletion tn-cli/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
futures>=3.2.0; python_version<'3'
grpcio>=1.19.0
grpcio>=1.40.0
Pillow>=5.4.1
requests>=2.21.0
tinode-grpc>=0.18.0
Expand Down

0 comments on commit 10304f5

Please sign in to comment.