Skip to content

Commit

Permalink
Don't install requests with the use_chardet_on_py3 extra (#476)
Browse files Browse the repository at this point in the history
This extra seems no longer to exist.

Co-authored-by: Radomir Stevanovic <radomir@dwavesys.com>
  • Loading branch information
spakin and randomir committed Aug 19, 2021
1 parent 502d68e commit b3f570f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests[socks, use_chardet_on_py3]>=2.18
requests[socks]>=2.18
homebase>=1.0.0
python-dateutil>=2.7
click>=7
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
python_requires = '>=3.6'

# Package requirements, minimal pinning
install_requires = ['requests[socks, use_chardet_on_py3]>=2.18',
install_requires = ['requests[socks]>=2.18',
'homebase>=1.0',
'click>=7.0', 'python-dateutil>=2.7', 'plucky>=0.4.3']

Expand Down

0 comments on commit b3f570f

Please sign in to comment.