mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-05-05 12:16:21 +02:00
37 lines
740 B
TOML
37 lines
740 B
TOML
[project]
|
|
name = "tokenserver-load-tests"
|
|
version = "0.1.0"
|
|
description = "tokenserver load tests"
|
|
authors = [
|
|
{name = "Taddes",email = "tkorris@mozilla.com"}
|
|
]
|
|
license = "Mozilla Public License Version 2.0"
|
|
readme = "README.md"
|
|
requires-python = ">=3.10"
|
|
|
|
|
|
[tool.poetry]
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
authlib = "^1.6.11"
|
|
cryptography = "^46.0.5"
|
|
locust = "^2.37.10"
|
|
pyjwt = "^2.12.1"
|
|
sqlalchemy = "1.4.46"
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
mypy = "^1.19.1"
|
|
pydocstyle = "^6.3.0"
|
|
ruff = "^0.15.6"
|
|
black = "^26.3.1"
|
|
bandit = "^1.9.4"
|
|
isort = "^8.0.1"
|
|
|
|
[tool.poetry.requires-plugins]
|
|
poetry-plugin-export = ">=1.8"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|