Created
August 11, 2018 20:19
-
-
Save ranisalt/2cfaf7e959bcd3375d105d5c8235dd56 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 = "mtm" | |
version = "0.1.0" | |
description = "" | |
authors = ["Ranieri Althoff <[email protected]>"] | |
license = "MIT" | |
[tool.poetry.dependencies] | |
python = "^3.5" | |
rows = { git = "https://github.com/turicas/rows.git", branch = "feature/plugin-pdf", extras = ["pdf"] } | |
cached-property = "^1.4" | |
"pdfminer.six" = "^20170720.0" | |
[tool.poetry.dev-dependencies] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment