Skip to content
Snippets Groups Projects
Commit 5ade725b authored by florian's avatar florian
Browse files

FIX: Use linkahead library for internal variables

parent 2698b748
No related branches found
No related tags found
1 merge request!160STY: styling
Pipeline #41977 failed
......@@ -20,8 +20,8 @@ packages = find:
python_requires = >=3.7
install_requires =
importlib-resources
caosdb > 0.11.2
caosadvancedtools >= 0.7.0
linkahead
yaml-header-tools >= 0.2.1
pyyaml
odfpy #make optional
......
......@@ -17,7 +17,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
import caosdb as db
import linkahead as db
DEFAULTS = {
"send_crawler_notifications": False,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment