falkben / json-to-pydantic

json-to-pydantic
https://falkben.github.io/json-to-pydantic/
MIT License
11 stars 3 forks source link

specify dependencies from a lock file #5

Open falkben opened 1 year ago

falkben commented 1 year ago

currently, dependencies in index.html are all hard coded in the HTML.

If we switch to building out the index.html (using a jinja2 template) we can build out the dependencies programmatically. this would allow us to make use of tooling around pip dependencies (e.g. specifying through a lock file). and would allow us to update dependencies more easily in the future.