mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 10:51:34 +08:00
Merge branch 'release_21.09' into dev
This commit is contained in:
@@ -219,7 +219,7 @@ simplejson==3.17.5; python_version >= "3.6" and python_full_version < "3.0.0" or
|
||||
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version >= "3.6" and python_version < "4"
|
||||
sniffio==1.2.0; python_version >= "3.6"
|
||||
snowballstemmer==2.1.0; python_version >= "3.6"
|
||||
social-auth-core==3.3.0
|
||||
social-auth-core==4.0.3
|
||||
sortedcontainers==2.4.0
|
||||
sphinx-markdown-tables==0.0.15
|
||||
sphinx-rtd-theme==1.0.0; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.4.0")
|
||||
|
||||
@@ -183,7 +183,7 @@ setuptools-scm==5.0.2; python_version >= "2.7" and python_full_version < "3.0.0"
|
||||
shellescape==3.8.1; python_version >= "3.6" and python_version < "4"
|
||||
simplejson==3.17.5; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.6"
|
||||
six==1.16.0; python_version >= "3.6" and python_full_version < "3.0.0" and python_version < "4" or python_full_version >= "3.6.0" and python_version >= "3.6" and python_version < "4"
|
||||
social-auth-core==3.3.0
|
||||
social-auth-core==4.0.3
|
||||
sortedcontainers==2.4.0
|
||||
sqlalchemy-migrate==0.13.0
|
||||
sqlalchemy==1.4.26; (python_version >= "2.7" and python_full_version < "3.0.0") or (python_full_version >= "3.6.0")
|
||||
|
||||
@@ -13,7 +13,7 @@ parsley
|
||||
pycryptodome
|
||||
pydantic
|
||||
pysam
|
||||
social-auth-core[openidconnect]==3.3.0
|
||||
social-auth-core[openidconnect]==4.0.3
|
||||
SQLAlchemy>=1.4.25,<2
|
||||
sqlalchemy-migrate
|
||||
tifffile<=2020.9.3 # Last version compatible with python 3.6
|
||||
|
||||
+1
-1
@@ -70,7 +70,7 @@ PyYAML = "*"
|
||||
refgenconf = ">=0.12.0"
|
||||
requests = "*"
|
||||
Routes = "*"
|
||||
social-auth-core = {version = "==3.3.0", extras = ["openidconnect"]}
|
||||
social-auth-core = {version = "==4.0.3", extras = ["openidconnect"]}
|
||||
sortedcontainers = "*"
|
||||
SQLAlchemy = ">=1.4.25,<2"
|
||||
sqlalchemy-migrate = "*"
|
||||
|
||||
Reference in New Issue
Block a user