commit 41e4683b766c076d7bf7cae4b829f9d257e2b85c Author: Arturo Filastò art@fuffa.org Date: Mon Dec 30 16:23:50 2013 +0100
Use the latest version of pygeoip from the github repo --- requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/requirements.txt b/requirements.txt index 815bb89..0c2f2e0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,9 @@ argparse>=1.2.1 docutils>=0.9.1 ipaddr>=2.1.10 pyOpenSSL>=0.13 -pygeoip>=0.2.5 +# XXX fix this once the following issue is resolved: https://github.com/appliedsec/pygeoip/issues/56 +https://github.com/appliedsec/pygeoip/archive/master.zip +#pygeoip>=0.3.1 txtorcon>=0.7 txsocksx>=0.0.2 Pyrex>=0.9.8.6