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-02-23 20:41:11 +01:00
|
|
|
jsonschema = "*"
|
2021-09-30 17:47:25 +02:00
|
|
|
fs = "*"
|
2021-10-01 14:52:12 +02:00
|
|
|
slackapi = "*"
|
|
|
|
slackclient = "*"
|
2021-01-29 16:05:22 +01:00
|
|
|
|
|
|
|
[dev-packages]
|
|
|
|
pytest = ">=6.2.2"
|
|
|
|
mypy = ">=0.800"
|
2023-10-30 10:33:56 +01:00
|
|
|
pytest-snapshot = "*"
|
2024-05-15 15:10:41 +02:00
|
|
|
rspec-tools = {file = ".", editable = true}
|
2021-01-29 16:05:22 +01:00
|
|
|
|
|
|
|
[requires]
|
|
|
|
python_version = "3.9"
|