1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-05-08 06:06:01 +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:
2019-04-15 10:19:50 +03:00
parent 18e1e1a227
commit 8f46ceb8d8
4 changed files with 67 additions and 46 deletions

View File

@ -7,7 +7,7 @@ name = "pypi"
gunicorn = "*"
falcon = "*"
"psycopg2-binary" = "*"
solrclient = {ref = "kazoo-2.5.0", git = "https://github.com/alanorth/SolrClient.git"}
requests = "*"
[dev-packages]
ipython = "*"