- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- rescriptoon = {editable = true, path = "."}
- [dev-packages]
- black = "==19.10b0"
- pytest = "*"
- # pipenv run pytest --cov=rescriptoon --cov-report=term-missing
- pytest-cov = "*"
- [requires]
- python_version = "3"
|