Remove openpyxl

We don't need it now that we're reading the schema fields from CSV.
This commit is contained in:
Alan Orth 2021-12-07 23:02:04 +02:00
parent 1c83c043d1
commit b5314a033d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 1 additions and 2 deletions

View File

@ -39,7 +39,7 @@ $ npm run build
## TODO
- Update links to final version (from alanorth to iseal GitHub)
- Extract controlled vocabularies and schema.csv to data directory, remove openpyxl dependency
- Extract controlled vocabularies to data directory
- Add more information and instructions to README.md
## License

View File

@ -8,7 +8,6 @@ license = "GPL-3.0-only"
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^1.3.4"
openpyxl = "^3.0.9"
ipykernel = "^6.4.2"
rdflib = "^6.0.2"