aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
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"