g-battaglia / kerykeion

Data driven Astrology 💫
Kerykeion is a python library for astrology. It can generate SVG charts and extract all data about a birthchart, a synastry chart and a transit chart.
https://kerykeion.net
GNU Affero General Public License v3.0
316 stars 110 forks source link

add pydantic as a dependency #44

Closed rasca closed 2 years ago

rasca commented 2 years ago

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'
g-battaglia commented 2 years ago

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