# SitRepMapper dependencies
# Install with:  pip3 install -r requirements.txt
#
# Tkinter is NOT listed here — it ships with Python on all supported platforms.
# On Raspberry Pi OS / Debian, install it with:
#   sudo apt install python3-tk
#
# Ghostscript is NOT a Python package and is not listed here either. It is
# required only for File > Export Map Image…, which rasterizes the map via
# Tk's postscript output. On Raspberry Pi OS / Debian / Ubuntu, install it with:
#   sudo apt install ghostscript

Pillow>=9.2
mgrs>=1.4

# requests is for TileDownloader, bundled in tiledownloader/ (launched by
# File > Download Tiles… as a separate program/process, not imported by
# SitRepMapper itself). Listed here too so one pip install covers both —
# see tiledownloader/UserGuide.txt for what it's used for.
requests>=2.28
