nasg/Pipfile

22 lines
301 B
Text
Raw Normal View History

[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
wand = "*"
2019-01-15 21:28:58 +00:00
arrow = "*"
unicode-slugify = "*"
requests = "*"
2019-01-15 21:28:58 +00:00
python-frontmatter = "*"
langdetect = "*"
jinja2 = "*"
feedgen = "*"
2019-05-23 09:07:31 +01:00
filetype = "*"
2019-06-25 22:43:45 +01:00
gumbo = "*"
[dev-packages]
[requires]
2019-01-15 21:28:58 +00:00
python_version = "3.7"