Fixed #25184 -- Added support for MaxMind GeoLite2 database format

This commit is contained in:
Flavio Curella 2015-07-29 16:21:03 -05:00 committed by Tim Graham
parent 6bb4f07372
commit 7f0953ce1f
9 changed files with 577 additions and 0 deletions

View file

@ -138,6 +138,7 @@ dependencies:
* bcrypt_
* docutils_
* geoip2_
* jinja2_ 2.7+
* numpy_
* Pillow_
@ -170,6 +171,7 @@ associated tests will be skipped.
.. _bcrypt: https://pypi.python.org/pypi/bcrypt
.. _docutils: https://pypi.python.org/pypi/docutils
.. _geoip2: https://pypi.python.org/pypi/geoip2
.. _jinja2: https://pypi.python.org/pypi/jinja2
.. _numpy: https://pypi.python.org/pypi/numpy
.. _Pillow: https://pypi.python.org/pypi/Pillow/