Skip to content

Commit 3b876ff

Browse files
authored
Merge pull request #70 from Yelp/u/baisang/STREAMINT-1071
Upper bound pin on setuptools since we're still testing with py2
2 parents 839a16e + cccc968 commit 3b876ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements-dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,10 @@ tox==3.1.2
1010
pylint==1.8.2
1111
pytest-pylint==0.11.0
1212
pytest-mock==1.10.0
13+
setuptools<45.0.0
1314
sphinx-rtd-theme==0.2.4
1415
mock==2.0.0
1516
decorator==4.3.0
1617
tox-pip-extensions==1.2.1
1718
crc32c==1.7
18-
py==1.8.0
19+
py==1.8.0

0 commit comments

Comments
 (0)