
Co-authored-by: Marco Borgeaud <89914223+marco-antognini-sonarsource@users.noreply.github.com>
25 lines
409 B
TOML
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"
|