aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-10-25 11:40:05 +0100
committerGitHub <noreply@github.com>2019-10-25 11:40:05 +0100
commit8ca58a5a7a3e7ca846c2e5ad8ccf354f1f3f1594 (patch)
tree2639307f4198185de38f40621de8930bc9f6a01b /pyproject.toml
parentBump version (diff)
parentupdate dockerfile (diff)
downloadpaper2remarkable-8ca58a5a7a3e7ca846c2e5ad8ccf354f1f3f1594.tar.gz
paper2remarkable-8ca58a5a7a3e7ca846c2e5ad8ccf354f1f3f1594.zip
Merge pull request #14 from GjjvdBurg/refactorv0.4.0
Refactor to package
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml19
1 files changed, 0 insertions, 19 deletions
diff --git a/pyproject.toml b/pyproject.toml
deleted file mode 100644
index 7e9c629..0000000
--- a/pyproject.toml
+++ /dev/null
@@ -1,19 +0,0 @@
-[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"