kerykeion icon indicating copy to clipboard operation
kerykeion copied to clipboard

add pydantic as a dependency

Open rasca opened this issue 2 years ago • 1 comments

In a clean install when trying to use kerykeion I get:

File ".../lib/python3.9/site-packages/kerykeion/types.py", line 9, in <module>
    from pydantic import BaseModel
ModuleNotFoundError: No module named 'pydantic'

rasca avatar Aug 01 '22 20:08 rasca

Ok thanks, I updated the dependencies, now it should work! Let me know if it's ok also on your machine!

g-battaglia avatar Aug 23 '22 09:08 g-battaglia