mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-06-16 15:23:10 +00:00
Yeet docker!!!!
This commit is contained in:
parent
4394e713bd
commit
43665fb930
177 changed files with 31291 additions and 108 deletions
23
pyproject.toml
Normal file
23
pyproject.toml
Normal file
|
@ -0,0 +1,23 @@
|
|||
[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.2"
|
||||
pillow = "^9.5.0"
|
||||
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"
|
Loading…
Add table
Add a link
Reference in a new issue