Archisman Karmakar commited on
Commit
6a4f32b
·
1 Parent(s): 2eedbeb
poetry.lock CHANGED
@@ -4290,26 +4290,6 @@ files = [
4290
  dev = ["abi3audit", "black (==24.10.0)", "check-manifest", "coverage", "packaging", "pylint", "pyperf", "pypinfo", "pytest", "pytest-cov", "pytest-xdist", "requests", "rstcheck", "ruff", "setuptools", "sphinx", "sphinx_rtd_theme", "toml-sort", "twine", "virtualenv", "vulture", "wheel"]
4291
  test = ["pytest", "pytest-xdist", "setuptools"]
4292
 
4293
- [[package]]
4294
- name = "psycopg2"
4295
- version = "2.9.10"
4296
- description = "psycopg2 - Python-PostgreSQL Database Adapter"
4297
- optional = false
4298
- python-versions = ">=3.8"
4299
- groups = ["main"]
4300
- files = [
4301
- {file = "psycopg2-2.9.10-cp310-cp310-win32.whl", hash = "sha256:5df2b672140f95adb453af93a7d669d7a7bf0a56bcd26f1502329166f4a61716"},
4302
- {file = "psycopg2-2.9.10-cp310-cp310-win_amd64.whl", hash = "sha256:c6f7b8561225f9e711a9c47087388a97fdc948211c10a4bccbf0ba68ab7b3b5a"},
4303
- {file = "psycopg2-2.9.10-cp311-cp311-win32.whl", hash = "sha256:47c4f9875125344f4c2b870e41b6aad585901318068acd01de93f3677a6522c2"},
4304
- {file = "psycopg2-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:0435034157049f6846e95103bd8f5a668788dd913a7c30162ca9503fdf542cb4"},
4305
- {file = "psycopg2-2.9.10-cp312-cp312-win32.whl", hash = "sha256:65a63d7ab0e067e2cdb3cf266de39663203d38d6a8ed97f5ca0cb315c73fe067"},
4306
- {file = "psycopg2-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:4a579d6243da40a7b3182e0430493dbd55950c493d8c68f4eec0b302f6bbf20e"},
4307
- {file = "psycopg2-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:91fd603a2155da8d0cfcdbf8ab24a2d54bca72795b90d2a3ed2b6da8d979dee2"},
4308
- {file = "psycopg2-2.9.10-cp39-cp39-win32.whl", hash = "sha256:9d5b3b94b79a844a986d029eee38998232451119ad653aea42bb9220a8c5066b"},
4309
- {file = "psycopg2-2.9.10-cp39-cp39-win_amd64.whl", hash = "sha256:88138c8dedcbfa96408023ea2b0c369eda40fe5d75002c0964c78f46f11fa442"},
4310
- {file = "psycopg2-2.9.10.tar.gz", hash = "sha256:12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11"},
4311
- ]
4312
-
4313
  [[package]]
4314
  name = "ptyprocess"
4315
  version = "0.7.0"
@@ -7535,4 +7515,4 @@ cffi = ["cffi (>=1.11)"]
7535
  [metadata]
7536
  lock-version = "2.1"
7537
  python-versions = ">=3.12,<4.0"
7538
- content-hash = "416e5bf0ee0f402734ae1c44b8285e9bb698ad7fda638e6ad65fcd0d8068168c"
 
4290
  dev = ["abi3audit", "black (==24.10.0)", "check-manifest", "coverage", "packaging", "pylint", "pyperf", "pypinfo", "pytest", "pytest-cov", "pytest-xdist", "requests", "rstcheck", "ruff", "setuptools", "sphinx", "sphinx_rtd_theme", "toml-sort", "twine", "virtualenv", "vulture", "wheel"]
4291
  test = ["pytest", "pytest-xdist", "setuptools"]
4292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4293
  [[package]]
4294
  name = "ptyprocess"
4295
  version = "0.7.0"
 
7515
  [metadata]
7516
  lock-version = "2.1"
7517
  python-versions = ">=3.12,<4.0"
7518
+ content-hash = "2a0b2ddb210b22b3d9918e6d8ac46a9c3283e8a7daf830b283c46cb5edea1276"
pyproject.toml CHANGED
@@ -200,7 +200,6 @@ dependencies = [
200
  "torchaudio (>=2.6.0,<3.0.0)",
201
  "poetry-plugin-export (>=1.9.0,<2.0.0)",
202
  "python-dotenv (>=1.0.1,<2.0.0)",
203
- "psycopg2 (>=2.9.10,<3.0.0)",
204
  "supabase (>=2.14.0,<3.0.0)",
205
  ]
206
 
 
200
  "torchaudio (>=2.6.0,<3.0.0)",
201
  "poetry-plugin-export (>=1.9.0,<2.0.0)",
202
  "python-dotenv (>=1.0.1,<2.0.0)",
 
203
  "supabase (>=2.14.0,<3.0.0)",
204
  ]
205
 
requirements.txt CHANGED
@@ -154,7 +154,6 @@ prompt-toolkit==3.0.50 ; python_version >= "3.12" and python_version < "4.0"
154
  propcache==0.3.0 ; python_version >= "3.12" and python_version < "4.0"
155
  protobuf==5.29.4 ; python_version >= "3.12" and python_version < "4.0"
156
  psutil==7.0.0 ; python_version >= "3.12" and python_version < "4.0"
157
- psycopg2==2.9.10 ; python_version >= "3.12" and python_version < "4.0"
158
  ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
159
  pure-eval==0.2.3 ; python_version >= "3.12" and python_version < "4.0"
160
  pyarrow==19.0.1 ; python_version >= "3.12" and python_version < "4.0"
 
154
  propcache==0.3.0 ; python_version >= "3.12" and python_version < "4.0"
155
  protobuf==5.29.4 ; python_version >= "3.12" and python_version < "4.0"
156
  psutil==7.0.0 ; python_version >= "3.12" and python_version < "4.0"
 
157
  ptyprocess==0.7.0 ; python_version >= "3.12" and python_version < "4.0" and sys_platform != "win32" and sys_platform != "emscripten"
158
  pure-eval==0.2.3 ; python_version >= "3.12" and python_version < "4.0"
159
  pyarrow==19.0.1 ; python_version >= "3.12" and python_version < "4.0"
transformation_and_Normalization/transformationNormalization_main.py CHANGED
@@ -11,7 +11,7 @@ import time
11
  import uuid
12
 
13
  from dotenv import load_dotenv
14
- import psycopg2
15
  from supabase import create_client, Client
16
  from datetime import datetime, timezone
17
 
 
11
  import uuid
12
 
13
  from dotenv import load_dotenv
14
+ # import psycopg2
15
  from supabase import create_client, Client
16
  from datetime import datetime, timezone
17