1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-06-01 17:21:09 +00:00
brutaldon/Pipfile
Jason McBrayer c080832633 Remove required python_version from Pipfile
I'm not sure what the actual minimum requirement is; I've used 3.6-3.7 while
developing it, and I'm pretty sure 3.5 will work.
2019-02-05 19:03:47 -05:00

31 lines
461 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 = "*"
inscriptis = "*"
lxml = "*"
[dev-packages]