1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-08 17:30:43 +00:00
brutaldon/Pipfile
Jason McBrayer d2c8de991b Make redraft handle html in content, media descriptions.
You still have to re-upload media, which sucks.
2018-08-24 08:38:42 -04:00

31 lines
467 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"beautifulsoup4" = "*"
bleach = "*"
certifi = "*"
chardet = "*"
decorator = "*"
django-markdownify = "*"
django-widget-tweaks = "*"
"html5lib" = "*"
idna = "*"
markdown = "*"
"mastodon.py" = "*"
python-dateutil = "*"
pytz = "*"
requests = "*"
six = "*"
"urllib3" = "*"
webencodings = "*"
Django = "*"
django-html_sanitizer = "*"
[dev-packages]
[requires]
python_version = "3.6"