From 6be061ba048595666441460c15271640c3dad4f9 Mon Sep 17 00:00:00 2001 From: Thomas L Date: Sat, 20 Jun 2020 14:31:45 +0200 Subject: [PATCH] pin ormantic to version with bugfix --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2ef6401..67afb0b 100644 --- a/setup.py +++ b/setup.py @@ -13,9 +13,10 @@ setup( ] }, install_requires=[ + 'aiofiles', 'aiosqlite', 'fastapi', 'hypercorn', - 'ormantic @ https://github.com/MushroomMaula/ormantic/tarball/master#egg=ormantic-0.0.32', + 'ormantic @ https://github.com/dl6tom/ormantic/tarball/bugfix__get_key_factory#egg=ormantic-0.0.32', ] )