Sybren A. Stüvel 24eaacff84 Declare requests as dependency
It's used by the Shaman interface only, so other BAT functions could be
used without it as well.
2019-04-18 11:47:28 +02:00

29 lines
553 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
requests = "*"
[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 = "*"
responses = "*"
pathlib2 = {version = "*",markers = "python_version < '3.6'"}
tox = "*"
[requires]
python_version = "3.5"