# Tesseract requirements file
# Generated by tesseract {{version}} on {{timestamp}}

# Add Python requirements like this:
# numpy==1.18.1

# Use `--extra-index-url` so packages not hosted on PyTorch's index
# still resolve from PyPI.
--extra-index-url https://download.pytorch.org/whl/cpu
torch

# This may contain private dependencies via SSH URLs:
# git+ssh://git@github.com/username/repo.git@branch
# (use `tesseract build --forward-ssh-agent` to grant the builder access to your SSH keys)
