From 75609fe79c035619989046078375701393ddef7e Mon Sep 17 00:00:00 2001 From: Tom Edwards <edwardstj1@cardiff.ac.uk> Date: Tue, 4 Feb 2025 11:23:35 +0000 Subject: [PATCH] build for DG --- .idea/.name | 1 + .idea/dataSources.xml | 12 ++++++++++++ requirements.txt | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 .idea/.name create mode 100644 .idea/dataSources.xml diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000..2574dbd --- /dev/null +++ b/.idea/.name @@ -0,0 +1 @@ +cogniStance \ No newline at end of file diff --git a/.idea/dataSources.xml b/.idea/dataSources.xml new file mode 100644 index 0000000..b107ce4 --- /dev/null +++ b/.idea/dataSources.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DataSourceManagerImpl" format="xml" multifile-model="true"> + <data-source source="LOCAL" name="data" uuid="c4ed8692-ae06-4576-9288-063786ad4f86"> + <driver-ref>sqlite.xerial</driver-ref> + <synchronize>true</synchronize> + <jdbc-driver>org.sqlite.JDBC</jdbc-driver> + <jdbc-url>jdbc:sqlite:$PROJECT_DIR$/db/data.db</jdbc-url> + <working-dir>$ProjectFileDir$</working-dir> + </data-source> + </component> +</project> \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 2c915fa..11e587f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,4 +5,4 @@ ckip-transformers~=0.3.4 flask-cors~=4.0.1 spacy~=3.7.4 googletrans ~=3.1.0a0 -pandas ~=2.2. \ No newline at end of file +pandas ~=2.2.3 \ No newline at end of file -- GitLab