Skip to content

Commit

Permalink
Add pickle5 to the dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed May 21, 2020
1 parent 1d6abbd commit 47097e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ flake8
pytest
pytest-cov
psutil
# To test on older Python versions
pickle5 >=0.0.10 ; python_version >= '3.6' and python_version <= '3.7'
# To be able to test tornado coroutines
tornado
# To be able to test numpy specific things
Expand Down

0 comments on commit 47097e5

Please sign in to comment.