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