9a5c4708d2
- got rid of bleach and reacji detection, nobody is using it - removed google vision and google text classification - 410 for ^/tag and ^/comment - 80x15 SVG bottom banners - better code syntax hightlight CSS
19 lines
274 B
TOML
19 lines
274 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 = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.7"
|