Move colours to HSL, probably a mistake

This commit is contained in:
Michał Gdula 2023-09-26 19:36:49 +01:00
parent 9821db72c6
commit 1a59e413a9
29 changed files with 852 additions and 730 deletions

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "OnlyLegs"
version = "0.1.5"
version = "0.1.7"
repository = "https://github.com/Fluffy-Bean/onlylegs"
license = "MIT"
readme = "README.md"
@ -16,8 +16,8 @@ Flask-Compress = "^1.13"
Flask-Caching = "1.10.1"
Flask-Assets = "^2.0"
Flask-Login = "^0.6.2"
python-dotenv = "^0.21.0"
gunicorn = "^20.1.0"
python-dotenv = "1.0.0"
gunicorn = "^21.2.0"
pyyaml = "^6.0"
colorthief = "^0.2.1"
Pillow = "^9.4.0"