add codspeed to dev deps

This commit is contained in:
Khaleel Al-Adhami 2025-01-28 11:32:00 -08:00
parent 372dda6ed0
commit 93ea52fe45

View File

@ -71,6 +71,7 @@ selenium = ">=4.11.0,<5.0"
pytest-benchmark = ">=4.0.0,<6.0"
playwright = ">=1.46.0"
pytest-playwright = ">=0.5.1"
pytest-codspeed = "^3.1.2"
[tool.poetry.scripts]
reflex = "reflex.reflex:cli"