aboutsummaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml16
1 files changed, 5 insertions, 11 deletions
diff --git a/pyproject.toml b/pyproject.toml
index ffad753..a82318c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -17,7 +17,7 @@ classifiers = [
"Operating System :: OS Independent",
]
dependencies = [
- 'pandas',
+ 'tinydb',
'plotly',
'dash',
'dash_bootstrap_components',
@@ -27,15 +27,9 @@ dependencies = [
match_up = "match_up:main"
[project.urls]
-Repository = "https://gitlab.com/KaranJayachandra/match-up"
+Repository = "https://gitlab.com/KaranJayachandra/match_up"
[project.optional-dependencies]
-tests = [
- 'names',
- 'pytest',
- 'pytest-cov',
- 'coverage2clover',
- 'pre-commit',
- 'sphinx',
- 'sphinx-autodoc-typehints',
-]
+tests = ['names', 'pytest', 'pytest-cov']
+docs = ['sphinx', 'sphinx-autodoc-typehints']
+ci = ['coverage2clover'] \ No newline at end of file