Lidi Zheng
e242764d50
Remove enum34 from requirements.txt
4 years ago
Lidi Zheng
d98ecdb85c
Set version upper bound for protobuf; installs grpcio-tools instead
5 years ago
Lidi Zheng
43a574d1ae
Trust google-auth library will handle their dependency properly
5 years ago
Lidi Zheng
25491305ff
Pin to 4.3 instead of 4.0
5 years ago
Lidi Zheng
3bef88ca7e
Pin to 4.0
5 years ago
Lidi Zheng
e0ca3b1939
Pin version of RSA
5 years ago
Lidi Zheng
cd848e17f2
Bump up the Cython version to 0.29.8
6 years ago
Lidi Zheng
43fa11e418
Unpin Cython from 0.28.3
6 years ago
Mehrdad Afshari
a058d19b45
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
7 years ago
Mehrdad Afshari
6359ab0329
Pin cython to 0.28.3 temporarily
...
To fix Windows artifact failures.
7 years ago
Mehrdad Afshari
97c2932260
Install futures package only on Python 2
7 years ago
Mehrdad Afshari
ac6aaa3f0b
Install futures package only on Python 2
7 years ago
Mehrdad Afshari
bfcc99429b
Bump minimum Cython version to 0.27
7 years ago
Mehrdad Afshari
0df9c8acdc
Update Python dependency to protobuf v3.5.0.post1
7 years ago
Mehrdad Afshari
b38aac4c76
Bump protobuf to 3.2.0
8 years ago
Ken Payson
e5fd01a389
Bump python protobuf dependency to 3.0.0
8 years ago
Harsh Vardhan
1215542ba3
Add protobuf3 to requirements.txt
9 years ago
Vijay Pai
b48f4c830a
Merge remote-tracking branch 'upstream/master' into alarm_openloop
9 years ago
Masood Malekghassemi
334e9e6fa2
Use wheels instead for custom bdists
9 years ago
Masood Malekghassemi
be8cbdf489
Add six to requirements.txt
9 years ago
Masood Malekghassemi
4352e8745e
Add used-by-Python comments to top-level files
9 years ago
Masood Malekghassemi
116982ea89
Include core in Python distribution
9 years ago
Masood Malekghassemi
7566c9a85d
Make Python testing predictable again
...
This reorganizes the Python code, scraps the current testing
infrastructure, and implements a simple test discovery and run script
based on the standard Python unittest library so we can trust that our
tests are running.
9 years ago
Masood Malekghassemi
5a65bcd48c
Bring Cython tests back online
9 years ago
Nathaniel Manista
a1880228aa
Further maintenance of Python dependencies
...
These changes probably should have been in 3b0fefb246
but
were overlooked.
9 years ago
Nathaniel Manista
3b0fefb246
Beta maintenance of Python dependencies
...
(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.
9 years ago
Masood Malekghassemi
2b84162bd4
Use py.test from run_tests.py
...
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.
10 years ago
Nicolas "Pixel" Noble
0e107a7f02
Disabling cython for now.
10 years ago
Masood Malekghassemi
743c10ccd5
Cython refactor of Python C wrapping layer
...
Also set up environment-related details needed for a smooth Cython
experience: have the test script avoid rebuilding all dependencies if the
virtualenv directory already exists, have the PyPI distribution script
distribute the Cython generated C code rather than the .pyx files.
10 years ago
Masood Malekghassemi
0f4c6a2fb8
Upgrade protobuf, Python version number
10 years ago
Nicolas "Pixel" Noble
b98188e826
Upgrading third_party/protobuf to version v3.0.0-alpha-1-150-g7d5cf8d.
10 years ago
Misha Brukman
53f101a7a9
Moved pip dependencies into requirements.txt .
...
This allows for easier scripting and updates.
10 years ago