Skip to content

Commit e8be9f2

Browse files
committed
chore: update project structure
1 parent 9480848 commit e8be9f2

5 files changed

Lines changed: 7 additions & 56 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,13 @@ classifiers = [
2020
"Programming Language :: Python :: 3.10",
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
23+
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2325
"Framework :: Dash",
2426
]
2527
dependencies = [
2628
"dash>=3.0.3",
29+
"py-node-manager>=0.1.1",
2730
]
2831

2932
[project.urls]
@@ -33,8 +36,7 @@ Repository = "https://github.com/HogaStack/dash-tailwindcss-plugin"
3336
Issues = "https://github.com/HogaStack/dash-tailwindcss-plugin/issues"
3437

3538
[project.optional-dependencies]
36-
dev = ["build", "twine"]
37-
test = ["pytest>=6.0"]
39+
dev = ["build", "dash[testing]>=3.0.3", "pytest", "pytest-cov", "twine"]
3840

3941
[project.scripts]
4042
dash-tailwindcss-plugin = "dash_tailwindcss_plugin.cli:main"

requirements-dev.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dash[testing]
2+
pytest
3+
pytest-cov

requirements-test.txt

Lines changed: 0 additions & 4 deletions
This file was deleted.

requirements.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

setup.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)