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