-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
29 lines (25 loc) · 881 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[tool.poetry]
name = "omid-openalex"
version = "0.1.0"
description = "A software for mapping OpenCitations IDs (OMIDs) of bibliographic resources in OpenCitations Meta to the corresponding OpenAlex IDs."
authors = ["Elia Rizzetto <elia.rizzetto@studio.unibo.it>", "OpenCitations <tech@opencitations.net>"]
readme = ["README.md", "oc_alignoa/analytics/README.md"]
packages = [{include = "oc_alignoa"}]
license = "ISC"
keywords = ["mapping", "oc meta", "openalex"]
repository = "https://github.com/eliarizzetto/omid-openalex"
[tool.poetry.dependencies]
python = "^3.9"
pandas = "^2.0.2"
tqdm = "^4.65.0"
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.23.2"
jupyter = "^1.0.0"
plotly = "^5.15.0"
jupyter-dash = "^0.4.2"
chart-studio = "^1.1.0"
sphinx = "^7.2.6"
sphinx-rtd-theme = "^1.3.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"