asynciodemo/Pipfile

19 lines
266 B
TOML
Raw Permalink Normal View History

2020-12-01 03:33:15 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
jupyterlab = "*"
aiohttp = "*"
aiofile = "*"
[requires]
python_version = "3.8"
[scripts]
2020-12-01 03:38:54 +00:00
jupyter = "python3 -m jupyter lab"
httpserver = "python3 httpserver.py"