Unverified Commit 72f4531d authored by Marius van den Beek's avatar Marius van den Beek Committed by GitHub
Browse files

Merge pull request #12413 from nsoranzo/release_21.01_tempita_fork

[21.01] Install Tempita from a fork due to `use_2to3` deprecation
parents 022e9ea5 d44e185a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ adal==1.2.5
amqp==5.0.2; python_version >= '3.6'
appdirs==1.4.4
argcomplete==1.12.2
attmap==0.12.11
attmap==0.13.0
attrs==20.3.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
babel==2.9.0
bagit==1.7.0
+1 −0
Original line number Diff line number Diff line
@@ -13,4 +13,5 @@ social-auth-core[openidconnect]==3.3.0
SQLAlchemy>=1.3.0,<1.4.0  # https://github.com/kvesteri/sqlalchemy-utils/issues/474
sqlalchemy-migrate
sqlalchemy-utils
tempita @ git+https://git@github.com/nsoranzo/tempita@main#egg=tempita  # Required by sqlalchemy-migrate, see https://github.com/galaxyproject/galaxy/issues/12412
WebOb