add requirements
This commit is contained in:
parent
c0ca1831b5
commit
0a2404437b
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ _build/
|
|||||||
_dist/
|
_dist/
|
||||||
sar_images/
|
sar_images/
|
||||||
kml_output/
|
kml_output/
|
||||||
|
_req_packages/
|
||||||
@ -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
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user