pin ormantic to version with bugfix

master
Thomas L 2020-06-20 14:31:45 +02:00
parent 13665ce22c
commit 6be061ba04
1 changed files with 2 additions and 1 deletions

View File

@ -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',
]
)