Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit b13d784

Browse files
Merge pull request lightstep#54 from lightstep/sarah/LS-5226
LS-5226: Make requests dependency version more flexible
2 parents 8422866 + add4262 commit b13d784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
'six',
1313
'basictracer>=2.2,<2.3',
1414
'googleapis-common-protos==1.5.3',
15-
'requests==2.19.1'],
15+
'requests>=2.19,<3.0'],
1616
tests_require=['pytest',
1717
'sphinx',
1818
'sphinx-epytext'],

0 commit comments

Comments
 (0)