28 lines
538 B
TOML
28 lines
538 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
|
|
[dev-packages]
|
|
blender-asset-tracer = {path = ".",editable = true}
|
|
mypy = "*"
|
|
pytest = "*"
|
|
pytest-cov = "*"
|
|
# for the 'radon cc' command
|
|
radon = "*"
|
|
# for converting profiler output to KCacheGrind input
|
|
"pyprof2calltree" = "*"
|
|
# For building documentation
|
|
sphinx = "*"
|
|
sphinx-autobuild = "*"
|
|
sphinx-rtd-theme = "*"
|
|
twine = "*"
|
|
responses = "*"
|
|
pathlib2 = {version = "*",markers = "python_version < '3.6'"}
|
|
tox = "*"
|
|
|
|
[requires]
|
|
python_version = "3.5"
|