File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- pip install --upgrade pylint black mypy voluptuous-stubs
27+ pip install --upgrade pylint black mypy voluptuous-stubs chardet==3.0.4
2828
2929 - name : Install
3030 run : python setup.py install
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ Database Reader Extension
3333If you wish to use the C extension for the database reader, you must first
3434install the `libmaxminddb C API <https://github.com/maxmind/libmaxminddb >`_.
3535Please `see the instructions distributed with it
36- <https://github.com/maxmind/libmaxminddb/blob/master /README.md> `_.
36+ <https://github.com/maxmind/libmaxminddb/blob/main /README.md> `_.
3737
3838IP Geolocation Usage
3939--------------------
You can’t perform that action at this time.
0 commit comments