We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 052ccbc commit 4629136Copy full SHA for 4629136
.gitignore
@@ -4,6 +4,7 @@ ydb.egg-info/
4
/.vscode
5
/tox
6
/venv
7
+/.venv
8
/ydb_certs
9
/ydb_data
10
/tmp
test-requirements.txt
@@ -19,7 +19,7 @@ jsonschema==3.2.0
19
packaging==21.0
20
paramiko==2.10.1
21
pluggy==0.13.1
22
-protobuf==3.18.3
+protobuf>=3.13.0,<5.0.0
23
py==1.10.0
24
pycparser==2.20
25
PyNaCl==1.4.0
0 commit comments