diff --git a/.idea/market-api.iml b/.idea/market-api.iml deleted file mode 100644 index db670ba..0000000 --- a/.idea/market-api.iml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index efef7b6..8eb3a06 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -3,7 +3,6 @@ - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 5f9eeec..e465bc5 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -5,7 +5,7 @@ - + - { - "keyToString": { - "ASKED_SHARE_PROJECT_CONFIGURATION_FILES": "true", - "ModuleVcsDetector.initialDetectionPerformed": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "RunOnceActivity.git.unshallow": "true", - "RunOnceActivity.typescript.service.memoryLimit.init": "true", - "SHARE_PROJECT_CONFIGURATION_FILES": "true", - "codeWithMe.voiceChat.enabledByDefault": "false", - "git-widget-placeholder": "main", - "last_opened_file_path": "/Users/kun/PycharmProjects/Docker_Compose/480T/yuvomi", - "node.js.detected.package.jshint": "true", - "node.js.selected.package.jshint": "", - "nodejs_package_manager_path": "npm" + +}]]> @@ -51,8 +52,8 @@ - @@ -69,7 +70,10 @@ - + + + + - diff --git a/480T/market_api/pyproject.toml b/480T/market_api/pyproject.toml deleted file mode 100755 index e6473e0..0000000 --- a/480T/market_api/pyproject.toml +++ /dev/null @@ -1,17 +0,0 @@ -[project] -name = "market-api" -version = "0.1.0" -description = "FastAPI service for importing monthly market Excel data into PostgreSQL." -requires-python = ">=3.12" -dependencies = [ - "fastapi>=0.115,<1.0", - "uvicorn[standard]>=0.30,<1.0", - "python-multipart>=0.0.20,<1.0", - "openpyxl>=3.1,<4.0", - "psycopg[binary]>=3.2,<4.0", - "python-docx>=1.1,<2.0", -] - -[tool.ruff] -line-length = 100 -target-version = "py312" diff --git a/480T/market_api/requirements.txt b/480T/market_api/requirements.txt index 447d5c0..88aa35e 100755 --- a/480T/market_api/requirements.txt +++ b/480T/market_api/requirements.txt @@ -3,4 +3,4 @@ uvicorn[standard]>=0.30,<1.0 python-multipart>=0.0.20,<1.0 openpyxl>=3.1,<4.0 psycopg[binary]>=3.2,<4.0 -python-docx>=1.1,<2.0 +python-docx>=1.1,<2.0 \ No newline at end of file