Skip to content

Commit

Permalink
Merge pull request #466 from girder/fix-python35
Browse files Browse the repository at this point in the history
Fix Python 3.5 tests.
  • Loading branch information
manthey authored Jul 20, 2020
2 parents bacc43b + ac39734 commit 8e89ffd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions girder/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def prerelease_local_scheme(version):
'girder-jobs>=3.0.3' + (',<=3.1.0' if sys.version_info < (3, 6) else ''),
'girder-worker[girder]>=0.6.0',
'large_image>=1.0.0',
# Needed for Python 3.5 and Girder
'dogpile.cache<1;python_version<"3.6"',
],
extras_require={
'tasks': [
Expand Down

0 comments on commit 8e89ffd

Please sign in to comment.