rspec/rspec-tools/Pipfile
Fred Tingaud d3cfe19d7e
Fix broken or dangerous backquotes
Co-authored-by: Marco Borgeaud <89914223+marco-antognini-sonarsource@users.noreply.github.com>
2023-10-30 10:33:56 +01:00

25 lines
409 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
click = ">=7.1.2"
bs4 = "*"
rspec-tools = {editable = true, path = "."}
gitpython = "*"
pygithub = "*"
jsonschema = "*"
fs = "*"
slackapi = "*"
slackclient = "*"
[dev-packages]
pytest = ">=6.2.2"
mypy = ">=0.800"
rspec-tools = {file = ".", editable = true}
pytest-snapshot = "*"
[requires]
python_version = "3.9"