rspec/rspec-tools/Pipfile

21 lines
345 B
TOML
Raw Normal View History

2021-01-29 16:05:22 +01:00
[[source]]
url = "https://pypi.python.org/simple"
2021-01-29 16:05:22 +01:00
verify_ssl = true
name = "pypi"
[packages]
click = ">=7.1.2"
bs4 = "*"
rspec-tools = {editable = true, path = "."}
2021-02-16 21:21:46 +01:00
gitpython = "*"
pygithub = "*"
jsonschema = "*"
2021-01-29 16:05:22 +01:00
[dev-packages]
pytest = ">=6.2.2"
mypy = ">=0.800"
rspec-tools = {editable = true, path = "."}
2021-01-29 16:05:22 +01:00
[requires]
python_version = "3.9"