py-code-analyzer / Pipfile
cyyeh's picture
update pyvis
9c710c0
raw
history blame
319 Bytes
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
streamlit = "*"
requests = "*"
networkx = "*"
orjson = "*"
pyvis = {editable = true, path = "./pyvis"}
[dev-packages]
black = "*"
isort = "*"
flake8 = "*"
mypy = "*"
pytest = "*"
pytest-cov = "*"
[requires]
python_version = "3.8"