Skip to content

Commit

Permalink
Added requests_cache 🍰
Browse files Browse the repository at this point in the history
  • Loading branch information
biomadeira committed Sep 19, 2017
1 parent 7c17572 commit 2927538
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions prointvar/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import shutil
import logging
import requests
import requests_cache
import numpy as np
import pandas as pd
from string import digits
Expand All @@ -35,6 +36,7 @@
from prointvar.library import aa_codes_1to3_extended

logger = logging.getLogger("prointvar")
requests_cache.install_cache('prointvar')


class Make:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ lxml
click
click_log>=0.2.0
responses
scipy
scipy
requests_cache

0 comments on commit 2927538

Please sign in to comment.