Skip to content
Snippets Groups Projects
Commit 2e88914c authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

FIX: Add missing dependency

parent 3f1cfe20
Branches
Tags
1 merge request!162DOC WIP: Tutorial: Single structured file
Pipeline #49030 passed
......@@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `crawler_main` doesn't need the deprecated `debug=True` anymore to put out a
provenance file if the `provenance_file` parameter is provided.
* [indiscale#129](https://gitlab.indiscale.com/caosdb/src/caosdb-crawler/-/issues/129)
missing packaging dependency.
### Security ###
......
......@@ -19,14 +19,15 @@ package_dir =
packages = find:
python_requires = >=3.7
install_requires =
importlib-resources
caosadvancedtools >= 0.7.0
importlib-resources
importlib_metadata;python_version<'3.8'
linkahead > 0.13.2
yaml-header-tools >= 0.2.1
pyyaml
odfpy #make optional
packaging
pandas
importlib_metadata;python_version<'3.8'
pyyaml
yaml-header-tools >= 0.2.1
[options.packages.find]
where = src
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment