Skip to content

Commit a04ad39

Browse files
Add files via upload
1 parent 01cc5f9 commit a04ad39

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,12 @@ authors = [
1313
]
1414
requires-python = ">=3.8"
1515
dependencies = [
16-
"requests",
17-
"grpcio",
18-
"protobuf",
16+
"requests>=2.25.0",
17+
"grpcio>=1.40.0",
18+
"protobuf>=3.19.0",
1919
]
2020

21+
2122
classifiers = [
2223
"Programming Language :: Python :: 3",
2324
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)",

0 commit comments

Comments
 (0)