Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion profet/pdb.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from urllib.request import urlretrieve
from rcsbsearchapi import TextQuery
from rcsbapi.search import TextQuery


class PDB_DB:
Expand Down
3 changes: 1 addition & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down