Sybren A. Stüvel b52faa6e75 Added Twine to dev requirements
Twine is the recommended way to upload files to PyPi.
2018-11-27 16:06:51 +01:00

25 lines
451 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
[dev-packages]
blender-asset-tracer = {editable = true, path = "."}
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 = "*"
[requires]
python_version = "3.5"