Skip to content

Commit

Permalink
fix: pin setuptools to 49.6.0 (#750)
Browse files Browse the repository at this point in the history
* fix: pin setuptools to 49.6.0

Suggested solution for broken autosynth. googleapis/gapic-generator#3271 (comment)

* Update requirements.txt
  • Loading branch information
busunkim96 committed Sep 3, 2020
1 parent 7b37660 commit 32c758f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Ensure latest setuptools to avoid any package resources issues.
setuptools
# Pin to less than 49.6.0 as a workaround for https://github.com/pypa/setuptools/issues/2353
setuptools==49.6.0

nox
requests
Expand All @@ -13,4 +13,4 @@ watchdog
lxml

# Install sample-tester for generated samples
sample-tester
sample-tester

0 comments on commit 32c758f

Please sign in to comment.