brutaldon/Pipfile
Jason McBrayer 81a7356988 Support and prefer Django 4.1.x.
Backwards compatibility for 3.2 LTS is provided for now, but you'll
have to change the pipfile if you insist on it.
2023-10-29 13:08:47 -04:00

31 lines
549 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
"beautifulsoup4" = "*"
bleach = "~=4.1"
certifi = "*"
chardet = "*"
decorator = "*"
django-markdownify = "*"
django-widget-tweaks = "*"
"html5lib" = "*"
idna = "*"
markdown = "*"
"mastodon.py" = ">=1.4.2"
python-dateutil = "*"
pytz = "*"
requests = "*"
six = "*"
"urllib3" = "*"
webencodings = "*"
Django = "~=4.2"
django-html_sanitizer = "*"
inscriptis = "*"
lxml = "*"
[dev-packages]
python-lsp-server = {extras = ["pyflakes", "rope", "yapf"], version = "*"}