Skip to content

Commit

Permalink
Fix dependency problem from psf/requests#5710
Browse files Browse the repository at this point in the history
  • Loading branch information
BenGalewsky committed Mar 15, 2021
1 parent 29b475d commit 6bf99ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -37,6 +37,7 @@
python_requires='>=3.6',
test_suite="tests",
install_requires=[
"idna==2.10", # Required to thread version needle with requests lib
"pandas~=1.0",
"uproot~=3.7",
"backoff~=1.10",
Expand Down

0 comments on commit 6bf99ec

Please sign in to comment.