Add support for GeoIP data (#3230)

This commit is contained in:
Raphael Michel
2023-04-17 09:50:46 +02:00
committed by GitHub
parent c890f4cdc0
commit 11e3bd4d39
10 changed files with 55 additions and 8 deletions

View File

@@ -191,6 +191,7 @@ setup(
'djangorestframework==3.14.*',
'dnspython==2.2.*',
'drf_ujson2==1.7.*',
'geoip2==4.*',
'isoweek',
'jsonschema',
'kombu==5.2.*',