Pin sqlalchemy to a known good version.

The latest version is 1.4.0b1 which changes some internals a bit... internals
which unforuntately mediagoblin's DatabaseManager screw around with
(namely, _decl_class_registry)

Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
This commit is contained in:
Charlotte Koch 2021-03-06 22:45:10 +11:00 committed by Ben Sturmfels
parent 0c98ad25a5
commit 9fe970147c

View File

@ -55,7 +55,7 @@ install_requires = [
'WebTest>=2.0.18',
'ConfigObj',
'Markdown',
'sqlalchemy',
'sqlalchemy<1.4.0',
'itsdangerous',
'pytz',
'sphinx',