From 0a2404437b86104ec33dd806a23cbb3dae7f00ff Mon Sep 17 00:00:00 2001 From: VALLONGOL Date: Tue, 6 May 2025 15:15:01 +0200 Subject: [PATCH] add requirements --- .gitignore | 3 +- requirements.txt | 79 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3e1521c..e146f03 100644 --- a/.gitignore +++ b/.gitignore @@ -7,4 +7,5 @@ __pycache__/ _build/ _dist/ sar_images/ -kml_output/ \ No newline at end of file +kml_output/ +_req_packages/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index e69de29..344e042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -0,0 +1,79 @@ +# Requirements generated by DependencyAnalyzer for ControlPanel +# Python Version (analysis env): 3.13.3 + +# --- Standard Library Modules Used (part of Python 3.13.3) --- +# abc (Used in: controlpanel\map\map_services.py) +# cProfile (Used in: controlpanel\core\receiver.py) +# concurrent (Used in: controlpanel\core\receiver.py) +# ctypes (Used in: controlpanel\core\receiver.py, controlpanel\utils\utils.py) +# datetime (Used in: controlpanel\app_main.py, controlpanel\core\image_recorder.py, controlpanel\map\map_integration.py, ...) +# io (Used in: controlpanel\map\map_manager.py) +# logging (Used in: controlpanel\__main__.py, controlpanel\app_main.py, controlpanel\app_state.py, ...) +# math (Used in: controlpanel\app_main.py, controlpanel\app_state.py, controlpanel\core\image_pipeline.py, ...) +# os (Used in: controlpanel\__main__.py, controlpanel\app_main.py, controlpanel\core\image_recorder.py, ...) +# pathlib (Used in: controlpanel\app_main.py, controlpanel\core\image_recorder.py, controlpanel\map\map_integration.py, ...) +# pstats (Used in: controlpanel\core\receiver.py) +# queue (Used in: controlpanel\app_main.py, controlpanel\core\image_pipeline.py, controlpanel\core\image_recorder.py, ...) +# re (Used in: controlpanel\utils\utils.py) +# shutil (Used in: controlpanel\map\map_manager.py, controlpanel\utils\utils.py) +# socket (Used in: controlpanel\app_main.py, controlpanel\core\receiver.py, controlpanel\utils\network.py) +# struct (Used in: controlpanel\core\receiver.py) +# subprocess (Used in: controlpanel\utils\utils.py) +# sys (Used in: controlpanel\__main__.py, controlpanel\app_main.py, controlpanel\core\image_recorder.py, ...) +# tempfile (Used in: controlpanel\utils\utils.py) +# threading (Used in: controlpanel\app_main.py, controlpanel\app_state.py, controlpanel\core\image_recorder.py, ...) +# time (Used in: controlpanel\app_main.py, controlpanel\app_state.py, controlpanel\core\receiver.py, ...) +# tkinter (Used in: controlpanel\__main__.py, controlpanel\app_main.py, controlpanel\core\test_mode_manager.py, ...) +# typing (Used in: controlpanel\app_main.py, controlpanel\app_state.py, controlpanel\core\image_pipeline.py, ...) +# urllib (Used in: controlpanel\map\map_services.py, controlpanel\utils\utils.py) +# webbrowser (Used in: controlpanel\utils\utils.py) + +# --- External Dependencies (for pip install) --- +# Found (imported as 'PIL') in: controlpanel\app_main.py, controlpanel\app_state.py, controlpanel\map\map_display.py, ... +# Version not detected in analysis env +Pillow + +# Found in: controlpanel\core\image_pipeline.py +# Version not detected in analysis env +app + +# Found in: controlpanel\app_main.py, controlpanel\core\image_pipeline.py, controlpanel\core\receiver.py, ... +# Version not detected in analysis env +cv2 + +# Found in: controlpanel\utils\utils.py +# Version not detected in analysis env +lxml + +# Found in: controlpanel\app_main.py, controlpanel\map\map_integration.py, controlpanel\map\map_utils.py +# Version not detected in analysis env +mercantile + +# Found in: controlpanel\app_main.py, controlpanel\app_state.py, controlpanel\config.py, ... +# Version not detected in analysis env +numpy + +# Found in: controlpanel\app_main.py, controlpanel\core\image_recorder.py, controlpanel\map\map_integration.py, ... +# Version not detected in analysis env +pyproj + +# Found in: controlpanel\core\image_recorder.py +# Version not detected in analysis env +rasterio + +# Found in: controlpanel\map\map_manager.py +# Version not detected in analysis env +requests + +# Found in: controlpanel\app_main.py +# Version not detected in analysis env +screeninfo + +# Found in: controlpanel\utils\utils.py +# Version not detected in analysis env +simplekml + +# Found in: controlpanel\core\image_recorder.py +# Version not detected in analysis env +tifffile +