aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 7e9c6296677be0b69e94fa284fce2f86c060d11e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[tool.poetry]
name = "arxiv2remarkable"
version = "0.1.0"
description = "Download an arXiv paper and send it to reMarkable"
authors = ["Gertjan van den Burg <gertjanvandenburg@gmail.com>"]
license = "MIT"

[tool.poetry.dependencies]
python = "^3.5"
bs4 = "^0.0.1"
requests = "^2.21"
pdfplumber = "^0.5.12"
unidecode = "^1.1"

[tool.poetry.dev-dependencies]

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"