Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/sherlock/commit/1b0e50854f6a51bd50a5fb94b425a29dd40177df You should set ROOT_URL correctly, otherwise the web may not work correctly.

Allow pandas upgrade

pull/2111/head
Paul Pfeister 11 months ago
parent 313d2a9080
commit 1b0e50854f
No known key found for this signature in database
GPG Key ID: 70D33A96CBD7A994

@ -48,7 +48,8 @@ requests = "^2.22.0"
requests-futures = "^1.0.0"
stem = "^1.8.0"
torrequest = "^0.1.0"
pandas = "^1.0.0"
# pandas can likely be bumped up to ^2.0.0 after fc39 EOL
pandas = ">=1.0.0,<3.0.0"
openpyxl = "^3.0.10"
exrex = "^0.11.0"

Loading…
Cancel
Save