diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-04-04 17:06:26 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-04-04 17:06:26 +0200 |
| commit | 5c919160e3c6c3476f7ffc760a16c279b93891bd (patch) | |
| tree | 28a2e504844eac857380f0dfafc65ba36f2cab28 /pyproject.toml | |
| parent | 93107be91806cc7bf35b33d090d185c988fafda7 (diff) | |
First useful code
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 16 |
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 |
