diff --git a/.idea/.name b/.idea/.name new file mode 100644 index 0000000000000000000000000000000000000000..2574dbdd2d1ac7332a69da65ced2cc5433a3b143 --- /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 0000000000000000000000000000000000000000..b107ce4ca3a79f7f5826f7ffc210ba86e52076fc --- /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 2c915fa668dbc2e58925c898e2522938f683a548..11e587fe5b159cc43c58b9b91f6a5238d3eaeff6 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