Skip to content

Commit

Permalink
Make FSSPEC work by downgrading to requests==2.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Aug 10, 2021
1 parent 1309278 commit 132a056
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 32 deletions.
45 changes: 15 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ scipy = "^1.5.2"
cachetools = "^4.1.1"
dateparser = "^1.0.0"
beautifulsoup4 = "^4.9.1"
requests = "^2.24.0"
requests = "2.25.1"
requests-ftp = "^0.3.1"
python-dateutil = "^2.8.0"
"dogpile.cache" = "^1.0.2"
Expand All @@ -102,7 +102,7 @@ aenum = "^3.0.0"
click = "^7.1.2"
click-params = "^0.1.1"
cloup = "^0.8.0"
fsspec = "2021.5.0"
fsspec = "2021.7.0"
aiohttp = "^3.7.4"

# Optional dependencies aka. "extras"
Expand Down

0 comments on commit 132a056

Please sign in to comment.