Skip to content

Commit

Permalink
Need future for galaxy.util.template
Browse files Browse the repository at this point in the history
  • Loading branch information
nsoranzo committed Nov 14, 2020
1 parent 86564ba commit da8585a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy/dependencies/pipfiles/default/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Parsley = "*"
sortedcontainers = "*"
Whoosh = "*"
galaxy_sequence_utils = "*"
"h5py" = "!=2.7.0, !=2.7.1"
h5py = "!=2.7.0, !=2.7.1"
pykwalify = "*"
"Cheetah3" = "*"
requests = "*"
Expand All @@ -84,6 +84,7 @@ social_auth_core = {version = "==3.3.0", extras = ['openidconnect']}
cloudauthz = "==0.6.0"
gxformat2 = "*"
refgenconf = ">=0.7.0"
future = "*"

[requires]
python_version = "3.6"
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ docutils==0.15.2
dogpile.cache==1.0.2; python_version >= '3.6'
ecdsa==0.14.1; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
fabric3==1.14.post1
future==0.18.2
futures==3.1.1
galaxy-sequence-utils==1.1.5
google-api-python-client==1.7.8; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand Down

0 comments on commit da8585a

Please sign in to comment.