2021-12-07 15:59:07 +00:00
|
|
|
# Packages needed by the library.
|
|
|
|
# Keep this list in sync with setup.py.
|
2022-07-12 20:24:51 +00:00
|
|
|
protobuf~=4.21
|
2024-02-05 19:49:08 +00:00
|
|
|
grpcio~=1.60.1
|
2022-05-27 11:54:40 +00:00
|
|
|
dill~=0.3
|
|
|
|
six~=1.12
|
2023-03-22 08:47:24 +00:00
|
|
|
semver~=2.13
|
2022-08-18 14:39:36 +00:00
|
|
|
pyyaml~=6.0
|
2021-12-07 15:59:07 +00:00
|
|
|
|
|
|
|
# Dev packages only needed during development.
|
2024-04-22 15:52:16 +00:00
|
|
|
pylint==3.1.0
|
2024-04-22 19:53:19 +00:00
|
|
|
mypy==1.9.0
|
2024-01-28 13:05:32 +00:00
|
|
|
pytest~=7.4.4
|
2021-12-07 15:59:07 +00:00
|
|
|
pytest-timeout
|
|
|
|
types-six
|
|
|
|
types-pyyaml
|
|
|
|
types-protobuf
|
|
|
|
pytest-asyncio
|
|
|
|
coverage>=6.0.2
|
|
|
|
wheel
|
2022-02-04 00:16:16 +00:00
|
|
|
black>=1.0.0
|