[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
ipython = ">=5.5"
#jupyterlab = ">=0.35.4"
nbconvert = ">=5.4"
notebook = ">=5.2.0"
pyyaml = ">=3.13"
requests = ">=2.20.1"
# nbconvert is not compatible with tornado 6 (which is in alpha)
#tornado = ">=5"
boto3 = ">=1.9"
# <=1.0.8 cause above this version it requires a version of tornado that is incompatible with iguazio system that
# is <3.2.0
# TODO: When possible remove 1.0.8 limitation
jupyter_server = "~=1.0, <=1.0.8"

[dev-packages]
flake8 = "*"
pytest = "*"
pyyaml = "*"
sphinx = "*"
twine = "*"
