Skip to content

Commit

Permalink
Use chardet rather than charset_normalizer
Browse files Browse the repository at this point in the history
  • Loading branch information
arcondello committed Jul 14, 2021
1 parent d06aaaa commit 947f292
Show file tree
Hide file tree
Showing 2 changed files with 3 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]>=2.18
requests[socks, use_chardet_on_py3]>=2.18
homebase>=1.0.0
python-dateutil>=2.7
click>=7
Expand Down
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 947f292

Please sign in to comment.