erambler/Pipfile

24 lines
334 B
TOML

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
[require]
python_version = "3.7"
[packages]
nikola = "~=8.0"
markdown = "~=3.1.1"
jinja2 = "*"
notebook = "*"
nbconvert = "~=5.6.1"
coconut = "*"
pygments = "*"
ruamel-yaml = "*"
arrow = "*"
[dev-packages]
aiohttp = "*"
ws4py = "*"
watchdog = "*"
typogrify = "*"