diff --git a/profet/pdb.py b/profet/pdb.py index ed82122..d033dc5 100644 --- a/profet/pdb.py +++ b/profet/pdb.py @@ -1,5 +1,5 @@ from urllib.request import urlretrieve -from rcsbsearchapi import TextQuery +from rcsbapi.search import TextQuery class PDB_DB: diff --git a/setup.cfg b/setup.cfg index 1655c63..8feee10 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,9 +27,8 @@ install_requires = requests pandas requests_html - rcsbsearchapi + rcsb-api bs4 - pypdb@git+https://github.com/williamgilpin/pypdb@master#egg=pypdb lxml_html_clean [options.extras_require]