Skip to content

Commit

Permalink
Remove the request in the stream python client dependency (#2754)
Browse files Browse the repository at this point in the history
---

Master Issue: #2752

*Motivation*

As discussed at length in https://issues.apache.org/jira/browse/LEGAL-572
we found out that the chardet library used by requests library was a
mandatory dependency to requests and since it has LGPL licence, we
should not release any Apache Software with it.
  • Loading branch information
zymap committed Aug 5, 2021
1 parent 2346686 commit c610d79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stream/clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
release_status = 'Development Status :: 3 - Alpha'
dependencies = [
'protobuf>=3.0.0',
'requests<3.0.0dev,>=2.18.0',
'setuptools>=34.0.0',
'six>=1.10.0',
'pytz',
Expand Down

0 comments on commit c610d79

Please sign in to comment.