mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 21:11:28 +07:00
(cherry picked from commit 3200410bf6cee640db4e8714218b0dd0bed41e78) IJ-MR-179209 GitOrigin-RevId: 73d362881a3aa67aaaacab9adc1fc21c5a5c063a
12 lines
202 B
TOML
12 lines
202 B
TOML
[project]
|
|
name = "helpersTests"
|
|
version = "0.1.0"
|
|
description = "PyCharm helpers tests"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"behave",
|
|
"pytest",
|
|
"pytest-xdist",
|
|
]
|