Add IP resolver utility that returns whether an IP is under AWS

This commit is contained in:
Joseph Schorr 2017-09-26 14:47:23 -04:00
parent 56fbbcf7cf
commit 2d522764f7
5 changed files with 177 additions and 0 deletions

View file

@ -27,6 +27,7 @@ cachetools==1.1.6
cryptography
flask
flask-restful
geoip2
gevent
gipc
gunicorn<19.0
@ -40,6 +41,7 @@ mixpanel
mock
moto==0.4.25 # remove when 0.4.28+ is out
namedlist
netaddr
pathvalidate
peewee==2.8.1
psutil