commit/galaxy-central: natefoo: Allow latest SQLAlchemy in requirements.txt
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/963441341870/ Changeset: 963441341870 User: natefoo Date: 2015-02-17 14:23:34+00:00 Summary: Allow latest SQLAlchemy in requirements.txt Affected #: 1 file diff -r 1374a75dfeb17af8913e4fffa8b6f11bdf6f668e -r 963441341870819e393a8958b8da7633b4eecb28 requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -14,14 +14,14 @@ # starting a Galaxy server. Use this in conjunction with the # `GALAXY_ENABLE_EGGS=False` environment variable. # -# Note that except in the case of SQLAlchemy and Whoosh, all dependencies will -# be installed at their newest versions. Galaxy has not been tested with these -# and you may (likely?) run into problems! The Galaxy Team does not support -# using Galaxy with dependency versions other than those in eggs.ini, however, -# if you do find an incompatibility between Galaxy and the latest version, we -# would appreciate if you would investigate and provide a code fix for the -# issue. We are trying to move away from our strict version dependency policy -# and this would greatly help in our efforts. +# Note that except in the case of Whoosh, all dependencies will be installed at +# their newest versions. Galaxy has not been tested with these and you may +# (likely?) run into problems! The Galaxy Team does not support using Galaxy +# with dependency versions other than those in eggs.ini, however, if you do +# find an incompatibility between Galaxy and the latest version, we would +# appreciate if you would investigate and provide a code fix for the issue. We +# are trying to move away from our strict version dependency policy and this +# would greatly help in our efforts. Paste PasteDeploy @@ -32,7 +32,7 @@ repoze.lru Routes WebOb -SQLAlchemy<0.8 +SQLAlchemy Cheetah pycrypto MarkupSafe Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org