[core] Use ormantic version which allows unique constraints on ForeignKey fields

This commit is contained in:
Thomas Lindner 2020-07-11 12:28:53 +02:00
parent 3f233bda6e
commit a19a2a7ab5

View file

@ -18,7 +18,7 @@ setup(
'argon2_cffi', 'argon2_cffi',
'fastapi', 'fastapi',
'hypercorn', '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', 'passlib',
'peony-twitter[all]', 'peony-twitter[all]',
'pynacl', 'pynacl',