diff --git a/pyproject.toml b/pyproject.toml index 4e58cf8..6945372 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,10 +3,14 @@ name = "kursy" version = "0.1.0" requires-python = ">=3.14" dependencies = [ + "cookiecutter>=2.7.1", "django>=6,<6.1", + "django-allauth-ui>=1.8.1", "django-allauth[socialaccount]>=65.15.0", "django-tailwind>=4.4.2", + "django-widget-tweaks>=1.5.1", "python-dotenv>=1.2.2", + "slippers>=0.6.2", "wagtail==7.3rc1", ]