aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/python/grpcio_test/requirements.txt
Commit message (Collapse)AuthorAge
* Python version set to 0.11.0b0Gravatar Masood Malekghassemi2015-09-10
|
* Beta maintenance of Python dependenciesGravatar Nathaniel Manista2015-09-08
| | | | | | | | | | | | | (1) Move dependency on protobuf from grpcio to grpcio_test. While the most-commonly-foreseen use case of grpcio makes use of protobuf, technically protobuf is not strictly needed and there's no actual in-code relationship between grpcio and protobuf. (2) Loosen the dependency on protobuf from ==3.0.0a3 to >=3.0.0a3. (3) Update all references to 0.10.0* to 0.11.0. (4) Alphabetize the grpcio_test dependencies.
* Use py.test from run_tests.pyGravatar Masood Malekghassemi2015-07-31
Also updates the version of grpcio_test. Now that grpcio and its tests are in different project packages, the version numbers should be kept in sync.