mirror of
https://github.com/not-kennethreitz/markdownplease.com.git
synced 2026-06-05 23:20:19 +00:00
3ce06e39bf
* Changed the names of some functions; * Bootstrapped it up; * Added the capability of being a mini-browser by converting the markdown to HTML by default via the html app, if you curl it, it should give you the markdown as always. * Some prettification of the templates
12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
Flask==0.10.1
|
|
Jinja2==2.7.1
|
|
MarkupSafe==0.18
|
|
Werkzeug==0.9.4
|
|
distribute==0.6.34
|
|
gunicorn==18.0
|
|
html2text==3.200.3
|
|
itsdangerous==0.23
|
|
requests==2.0.0
|
|
wsgiref==0.1.2
|
|
markdown==2.3.1
|