Skip to content

Instantly share code, notes, and snippets.

@zabop
Created July 23, 2024 17:37
Show Gist options
  • Select an option

  • Save zabop/5e9225aa2e71d1b1144e7d25123eeb86 to your computer and use it in GitHub Desktop.

Select an option

Save zabop/5e9225aa2e71d1b1144e7d25123eeb86 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "reprod"
version = "0.1.0"
description = ""
authors = ["zabop <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "3.11.9"
mapproxy = {git = "https://github.com/mapproxy/mapproxy.git"}
werkzeug = "1.0.1"
pillow = "^10.4.0"
# packaging = "^24.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment