mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-25 08:10:18 +01:00
Remove openpyxl
We don't need it now that we're reading the schema fields from CSV.
This commit is contained in:
parent
1c83c043d1
commit
b5314a033d
@ -39,7 +39,7 @@ $ npm run build
|
|||||||
## TODO
|
## TODO
|
||||||
|
|
||||||
- Update links to final version (from alanorth to iseal GitHub)
|
- 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
|
- Add more information and instructions to README.md
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
@ -8,7 +8,6 @@ license = "GPL-3.0-only"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.9"
|
python = "^3.9"
|
||||||
pandas = "^1.3.4"
|
pandas = "^1.3.4"
|
||||||
openpyxl = "^3.0.9"
|
|
||||||
ipykernel = "^6.4.2"
|
ipykernel = "^6.4.2"
|
||||||
rdflib = "^6.0.2"
|
rdflib = "^6.0.2"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user