Skip to content

Instantly share code, notes, and snippets.

@ranisalt
Created August 11, 2018 20:19
Show Gist options
  • Save ranisalt/2cfaf7e959bcd3375d105d5c8235dd56 to your computer and use it in GitHub Desktop.
Save ranisalt/2cfaf7e959bcd3375d105d5c8235dd56 to your computer and use it in GitHub Desktop.
[tool.poetry]
name = "mtm"
version = "0.1.0"
description = ""
authors = ["Ranieri Althoff <ranisalt@gmail.com>"]
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