Skip to content

Commit

Permalink
Merge pull request #471 from arcondello/use-chardet
Browse files Browse the repository at this point in the history
Use chardet rather than charset_normalizer
  • Loading branch information
Heidi Tong authored Jul 14, 2021
2 parents d06aaaa + 8d86add commit a3dec89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
requests[socks]>=2.18
requests[socks, use_chardet_on_py3]>=2.18
homebase>=1.0.0
python-dateutil>=2.7
click>=7
plucky>=0.4.3

# optional bqm support
# note: dqm supported in dimod>0.9.6
dimod>=0.8.15
dimod>=0.8.15,<0.10
numpy>=1.16
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
python_requires = '>=3.6'

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

# Package extras requirements
Expand Down

0 comments on commit a3dec89

Please sign in to comment.