aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
blob: 2c28224ccf73c2445deb33f8787dd4c7317d5f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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"

[tool.poetry.dev-dependencies]

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