From a19a2a7ab56453936757381df7d6d78a2b21a266 Mon Sep 17 00:00:00 2001 From: Thomas Lindner Date: Sat, 11 Jul 2020 12:28:53 +0200 Subject: [PATCH] [core] Use ormantic version which allows unique constraints on ForeignKey fields --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1f50194..6a97969 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup( 'argon2_cffi', 'fastapi', 'hypercorn', - 'ormantic @ https://github.com/dl6tom/ormantic/tarball/bugfix__get_key_factory#egg=ormantic-0.0.32', + 'ormantic @ https://github.com/dl6tom/ormantic/tarball/master#egg=ormantic-0.0.32', 'passlib', 'peony-twitter[all]', 'pynacl',