66 lines
1.3 KiB
TOML
66 lines
1.3 KiB
TOML
[tool.poetry]
|
|
name = "lemoncurry"
|
|
version = "1.11.0"
|
|
description = "Indieweb-compatible personal website"
|
|
authors = ["Danielle McLean <dani@00dani.me>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.9"
|
|
accept-types = "*"
|
|
ago = "*"
|
|
argon2-cffi = "*"
|
|
bleach = "*"
|
|
cachecontrol = "*"
|
|
django = "<4,>=3"
|
|
django-activeurl = "*"
|
|
django-analytical = "*"
|
|
django-annoying = "*"
|
|
django-compressor = "*"
|
|
django-computed-property = "*"
|
|
django-cors-headers = "*"
|
|
django-debug-toolbar = "*"
|
|
django-extensions = "*"
|
|
django-meta = "*"
|
|
django-model-utils = "*"
|
|
django-otp = "*"
|
|
django-otp-agents = "*"
|
|
django-push = "*"
|
|
django-randomslugfield = "*"
|
|
django-redis = "*"
|
|
django-rq = "*"
|
|
docutils = "*"
|
|
gevent = "*"
|
|
gunicorn = {extras = ["gevent"], version = "*"}
|
|
hiredis = "*"
|
|
jinja2 = "*"
|
|
markdown = "*"
|
|
mf2py = "*"
|
|
mf2util = "*"
|
|
msgpack = "*"
|
|
pillow = "*"
|
|
psycopg2-binary = "*"
|
|
python-baseconv = "*"
|
|
python-magic = "*"
|
|
python-slugify = "*"
|
|
pyup-django = "*"
|
|
pyyaml = "*"
|
|
qrcode = "*"
|
|
ronkyuu = "*"
|
|
xrd = "*"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
mypy = "*"
|
|
ptpython = "*"
|
|
pytest-django = "*"
|
|
types-bleach = "*"
|
|
types-markdown = "*"
|
|
types-python-slugify = "*"
|
|
types-pyyaml = "*"
|
|
types-requests = "*"
|
|
watchdog = "*"
|
|
werkzeug = "*"
|
|
|
|
[build-system]
|
|
requires = ["poetry>=0.12"]
|
|
build-backend = "poetry.masonry.api"
|