Skip to content

Commit

Permalink
Remove outdated request requirement, add in requests requirement.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 321404490
  • Loading branch information
suyashkumar authored and nickgeorge committed Jul 17, 2020
1 parent 85c5839 commit 3c227be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazel/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ google-cloud-bigquery
nose>=1.3.7
protobuf
python-dateutil>=2.8.1
request
requests>=2.24.0
tensorflow>=1.12.0,<2.0.0
wheel
2 changes: 1 addition & 1 deletion examples/bulkdata/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ py_binary(
deps = [
"@absl_py//absl:app",
"@absl_py//absl/flags",
requirement("request"),
requirement("requests"),
],
)

0 comments on commit 3c227be

Please sign in to comment.