Created
July 23, 2024 17:37
-
-
Save zabop/5e9225aa2e71d1b1144e7d25123eeb86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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