Skip to content

Commit

Permalink
[Hardening] Cleanup unneeded deps
Browse files Browse the repository at this point in the history
  • Loading branch information
afabiani committed Oct 8, 2019
1 parent 40c8961 commit 5f9df01
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions geonode/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import weakref
import datetime
import requests
# import requests_cache
import tempfile
import urlparse
import traceback
Expand Down Expand Up @@ -86,7 +85,6 @@
SQL_PARAMS_RE = re.compile(r'%\(([\w_\-]+)\)s')

requests.packages.urllib3.disable_warnings()
# requests_cache.install_cache('http_client_cache')

signalnames = [
'class_prepared',
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ mock<4.0.0
python-dateutil==2.8.0
pytz==2019.3
requests==2.22.0
requests-cache==0.5.2
simplejson==3.16.0
timeout-decorator==0.4.1

Expand Down

0 comments on commit 5f9df01

Please sign in to comment.