mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-07-02 20:47:25 +02:00
Update requests-cache
Apparently we were stuck on an older version of requests-cache due to the fact that we were using the caret, which will never update the left-most (major) version. Upstream requests-cache is currently version 0.6.4, and there seems to have been some changes to the API.
This commit is contained in:
@ -16,7 +16,7 @@ pandas = "^1.0.4"
|
||||
python-stdnum = "^1.13"
|
||||
xlrd = "^1.2.0"
|
||||
requests = "^2.23.0"
|
||||
requests-cache = "^0.5.2"
|
||||
requests-cache = "~0.6.4"
|
||||
pycountry = "^19.8.18"
|
||||
langid = "^1.1.6"
|
||||
colorama = "^0.4.4"
|
||||
|
Reference in New Issue
Block a user