Removed no longer supported InsecureRequestWarning workaround. (#55)
* Removed no longer supported InsecureRequestWarning workaround. * Add dependencies to README.md
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user