mirror of
https://github.com/jspsych/jsPsych.git
synced 2025-05-10 03:00:54 +00:00
19 lines
326 B
TOML
19 lines
326 B
TOML
[tool.poetry]
|
|
name = "jspsych"
|
|
version = "0"
|
|
description = ""
|
|
authors = []
|
|
package-mode = false
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.8"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
mkdocs = "^1.6.0"
|
|
mkdocs-material = "^9.5.26"
|
|
mike = "^2.1.1"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|