rspec/rspec-tools/Pipfile
2021-02-18 11:32:08 +01:00

19 lines
284 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 = "*"
[dev-packages]
pytest = ">=6.2.2"
mypy = ">=0.800"
[requires]
python_version = "3.9"