Removed no longer supported InsecureRequestWarning workaround. (#55)

* Removed no longer supported InsecureRequestWarning workaround.

* Add dependencies to README.md
This commit is contained in:
tcstool
2018-04-17 12:27:23 -05:00
committed by Austin Taylor
parent e4e9ed7f28
commit 8ca1c3540d
6 changed files with 7 additions and 12 deletions

View File

@ -1,7 +1,4 @@
import requests
from requests.packages.urllib3.exceptions import InsecureRequestWarning
requests.packages.urllib3.disable_warnings(InsecureRequestWarning)
import pytz
from datetime import datetime
import json