]> git.ipfire.org Git - thirdparty/sqlalchemy/alembic.git/commitdiff
add missing resources from alembic doc build
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Sep 2021 12:27:21 +0000 (08:27 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 9 Sep 2021 12:27:21 +0000 (08:27 -0400)
Change-Id: I0f1c3a67edf35ab9ea2b0ac0689f68e8b4dee99d
Fixes: #907
docs/build/requirements.txt

index 7fc19a103de6557f75299c890a05500665c7e45a..81db1119f06933ee70d263ab31eb76bdef5a3098 100644 (file)
@@ -4,3 +4,5 @@ git+https://github.com/sqlalchemy/sqlalchemy.git
 python-dateutil
 # because there's a dependency in pyfiles.py
 Mako
+importlib-metadata;python_version<"3.8"
+importlib-resources;python_version<"3.9"
\ No newline at end of file