Commit Graph

7 Commits

Author SHA1 Message Date
Alan Orth 7488a24e34 pyproject.toml: update dependencies
Most of these are minor and would have been selected by the semant-
ic version string during `poetry install`, but I want to make sure
that they are as current as possible before I leave the project.

In the case of Pandas 1.4.0 the minimum Python version is actually
only 3.8, so let's set that as the minimum.
2022-01-30 13:29:07 +03:00
Alan Orth ddc7596a09 pyproject.toml: change name to iseal-core 2022-01-30 13:29:07 +03:00
Alan Orth e20bb43e57
Add requests to Python dependencies 2022-01-09 10:12:21 +02:00
Alan Orth a61aaf4007
pyproject.toml: add csvkit
Useful for CSV wrangling.
2021-12-16 21:23:48 +02:00
Alan Orth b5314a033d
Remove openpyxl
We don't need it now that we're reading the schema fields from CSV.
2021-12-07 23:02:04 +02:00
Alan Orth d092f83cda
pyproject.toml: adjust dependencies
Remove pylode because Marie says she was only using it for the HTML
docs, but I'm doing that differently now. This means we can have a
direct dependency on rdflib now.

Also, move isort and black to dev dependencies because nobody will
need them except me. :)
2021-12-02 12:53:25 +02:00
Alan Orth a0e6e417d4
Add poetry config
Currently covers the dependencies used in Marie's Jupyter notebook
and some extra dev tooling. Note that I had an issue using poetry
to install pylode, so I added it to pyproject.toml manually.
2021-11-01 08:19:39 +02:00