mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-01-28 08:38:25 +00:00
ad327e0091
Bumps [django](https://github.com/django/django) from 4.2.3 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2.3...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
24 lines
477 B
TOML
24 lines
477 B
TOML
[tool.poetry]
|
|
name = "website"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
django = "^4.2.7"
|
|
pillow = "^10.0.1"
|
|
django-libsass = "^0.9"
|
|
django-compressor = "^4.3.1"
|
|
django-markdownify = "^0.9.3"
|
|
black = "^23.3.0"
|
|
python-dotenv = "^1.0.0"
|
|
tzdata = "^2023.3"
|
|
gunicorn = "^20.1.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|