# MH Grid Mapper 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

Pillow>=9.0
mgrs>=1.4

# Optional — only needed for the tile downloader (File > Download Tiles)
# requests>=2.28
