README.md: Remove TODO about SolrClient

I switched to using the vanilla requests library.
This commit is contained in:
Alan Orth 2019-04-15 10:24:10 +03:00
parent 8f46ceb8d8
commit f75bcf292c
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ The item id is the *internal* id for an item. You can get these from the standar
- Add top items endpoint, perhaps `/top/items` or `/items/top`?
- Make community and collection stats available
- Support [DSpace 6 UUIDs](https://jira.duraspace.org/browse/DS-1782)
- Migrate away from SolrClient dependency
- Switch to [Python 3.6+ f-string syntax](https://realpython.com/python-f-strings/)
- Check IDs in database to see if they are deleted...