mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-05-12 08:06:05 +02:00
Refactor to use vanilla requests library
The SolrClient library is unmaintained, which is starting to cause problems due to the moving Python ecosystem. Switching to requests does not change my code in any meaningful way and makes maintenance easier.
This commit is contained in:
@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Run pipenv update, bringing pytest version 4.3.1, psycopg-binary 2.7.7, etc
|
||||
- sr.ht and TravisCI configuration to disable emojis and animation to keep logs clean
|
||||
|
||||
### Changed
|
||||
- Use vanilla requests library instead of SolrClient
|
||||
|
||||
## [0.9.0] - 2019-01-22
|
||||
### Updated
|
||||
- pytest version 4.0.0
|
||||
|
Reference in New Issue
Block a user