Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f02d7a2

Browse filesBrowse files
authored
Merge pull request #2090 from tseaver/1863-appveyou-pin-grpcio-1.0rc1
Move requirements out to a separate 'requirements.txt' file.
2 parents b3bd14e + 6a001ae commit f02d7a2
Copy full SHA for f02d7a2

File tree

Expand file treeCollapse file tree

2 files changed

+14
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-3
lines changed
Open diff view settings
Collapse file

‎appveyor.yml‎

Copy file name to clipboardExpand all lines: appveyor.yml
+1-3Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,7 @@ install:
8282
# compiled extensions and are not provided as pre-built wheel packages,
8383
# pip will build them from source using the MSVC compiler matching the
8484
# target Python version and architecture
85-
- "%CMD_IN_ENV% pip install wheel nose nose-exclude cryptography"
86-
# Install sometimes-problematic gRPC-related dependencies
87-
- "%CMD_IN_ENV% pip install 'grpcio >= 1.0rc1' gax-google-pubsub-v1 gax-google-logging-v2"
85+
- "%CMD_IN_ENV% pip install -r appveyor/requirements.txt"
8886

8987
build_script:
9088
# Build the compiled extension
Collapse file

‎appveyor/requirements.txt‎

Copy file name to clipboard
+13Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Install the build dependencies of the project. If some dependencies contain
2+
# compiled extensions and are not provided as pre-built wheel packages,
3+
# pip will build them from source using the MSVC compiler matching the
4+
# target Python version and architecture
5+
wheel
6+
nose
7+
nose-exclude
8+
cryptography
9+
grpcio >= 1.0rc1
10+
grpc-google-pubsub-v1
11+
grpc-google-logging-v2
12+
gax-google-pubsub-v1
13+
gax-google-logging-v2

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.