12345678910111213141516171819 |
- [[source]]
- url = "https://pypi.org/simple"
- verify_ssl = true
- name = "pypi"
- [packages]
- symuid = {editable = true, path = "."}
- [dev-packages]
- black = {version = "==20.8b1", markers = "python_version >= '3.6'"}
- pylint = "*"
- pytest = "*"
- [requires]
- python_version = "3"
|