21 lines
301 B
TOML
21 lines
301 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
wand = "*"
|
|
arrow = "*"
|
|
unicode-slugify = "*"
|
|
requests = "*"
|
|
python-frontmatter = "*"
|
|
langdetect = "*"
|
|
jinja2 = "*"
|
|
feedgen = "*"
|
|
filetype = "*"
|
|
gumbo = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|