Add IP resolver utility that returns whether an IP is under AWS
This commit is contained in:
parent
56fbbcf7cf
commit
2d522764f7
5 changed files with 177 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue