From dcf7b05cedbd9a1a0585d4e4aa1e810f81a44030 Mon Sep 17 00:00:00 2001 From: John Davis Date: Mon, 10 Apr 2023 17:54:13 -0400 Subject: [PATCH] Drop alembic_util --- lib/galaxy/dependencies/pinned-requirements.txt | 1 - pyproject.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/galaxy/dependencies/pinned-requirements.txt b/lib/galaxy/dependencies/pinned-requirements.txt index b8e598287df7..f96b39fedba3 100644 --- a/lib/galaxy/dependencies/pinned-requirements.txt +++ b/lib/galaxy/dependencies/pinned-requirements.txt @@ -7,7 +7,6 @@ aiofiles==23.1.0 ; python_version >= "3.7" and python_version < "3.12" aiohttp==3.8.4 ; python_version >= "3.7" and python_version < "3.12" aioitertools==0.11.0 ; python_version >= "3.7" and python_version < "3.12" aiosignal==1.3.1 ; python_version >= "3.7" and python_version < "3.12" -alembic-utils==0.8.1 ; python_version >= "3.7" and python_version < "3.12" alembic==1.10.2 ; python_version >= "3.7" and python_version < "3.12" amqp==5.1.1 ; python_version >= "3.7" and python_version < "3.12" anyio==3.6.2 ; python_version >= "3.7" and python_version < "3.12" diff --git a/pyproject.toml b/pyproject.toml index 652a0109dffb..72ab6fac4504 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,6 @@ url = "https://wheels.galaxyproject.org/simple" a2wsgi = "*" aiofiles = "*" alembic = "*" -alembic_utils = "*" apispec = "*" Babel = "*" bdbag = ">=1.6.3"