mirror of
https://github.com/chubin/wttr.in
synced 2025-01-26 02:34:59 +00:00
Add pycountry dependency for converting ISO code to country name
This commit is contained in:
parent
bd7dd05cca
commit
117727bc2b
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ import json
|
|||
import socket
|
||||
import requests
|
||||
import geoip2.database
|
||||
import pycountry
|
||||
|
||||
from globals import GEOLITE, GEOLOCATOR_SERVICE, IP2LCACHE, IP2LOCATION_KEY, NOT_FOUND_LOCATION, \
|
||||
ALIASES, BLACKLIST, IATA_CODES_FILE, IPLOCATION_ORDER, IPINFO_TOKEN
|
||||
|
|
Loading…
Reference in a new issue