16 lines
236 B
TOML
16 lines
236 B
TOML
![]() |
[[source]]
|
||
|
url = "https://pypi.org/simple"
|
||
|
verify_ssl = true
|
||
|
name = "pypi"
|
||
|
|
||
|
[packages]
|
||
|
rspec-tools = {editable = true, path = "."}
|
||
|
click = ">=7.1.2"
|
||
|
|
||
|
[dev-packages]
|
||
|
pytest = ">=6.2.2"
|
||
|
mypy = ">=0.800"
|
||
|
|
||
|
[requires]
|
||
|
python_version = "3.9"
|