mirror of
https://github.com/Infisical/infisical.git
synced 2026-01-07 22:53:55 -05:00
17 lines
314 B
TOML
17 lines
314 B
TOML
[project]
|
|
name = "bdd"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"acme>=5.1.0",
|
|
"behave>=1.3.3",
|
|
"dotenv>=0.9.9",
|
|
"faker>=37.12.0",
|
|
"glom>=24.11.0",
|
|
"httpx>=0.28.1",
|
|
"josepy>=2.2.0",
|
|
"jq>=1.10.0",
|
|
]
|