mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2024-12-28 02:16:07 +00:00
commit
d8987067b4
1086
poetry.lock
generated
1086
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -9,26 +9,27 @@ authors = ["Fluffy-Bean <michal-gdula@protonmail.com>"]
|
||||||
|
|
||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "^3.8"
|
python = "^3.8"
|
||||||
Flask = "^2.3.2"
|
Flask = "^3.0.0"
|
||||||
Flask-Sqlalchemy = "^3.0.3"
|
Flask-Sqlalchemy = "^3.0.3"
|
||||||
Flask-Migrate = "^4.0.4"
|
Flask-Migrate = "^4.0.4"
|
||||||
Flask-Compress = "^1.13"
|
Flask-Compress = "^1.13"
|
||||||
Flask-Caching = "1.10.1"
|
Flask-Caching = "^1.10.1"
|
||||||
Flask-Assets = "^2.0"
|
Flask-Assets = "^2.0"
|
||||||
Flask-Login = "^0.6.2"
|
Flask-Login = "^0.6.2"
|
||||||
python-dotenv = "1.0.0"
|
python-dotenv = "1.0.0"
|
||||||
gunicorn = "^21.2.0"
|
gunicorn = "^21.2.0"
|
||||||
pyyaml = "^6.0"
|
pyyaml = "^6.0"
|
||||||
colorthief = "^0.2.1"
|
colorthief = "^0.2.1"
|
||||||
Pillow = "^9.4.0"
|
Pillow = "^10.0.0"
|
||||||
platformdirs = "^3.0.0"
|
platformdirs = "^4.0.0"
|
||||||
libsass = "^0.22.0"
|
libsass = "^0.22.0"
|
||||||
jsmin = "^3.0.1"
|
jsmin = "^3.0.1"
|
||||||
cssmin = "^0.2.0"
|
cssmin = "^0.2.0"
|
||||||
pylint = "^2.16.3"
|
pylint = "^3.0.0"
|
||||||
black = "^23.3.0"
|
black = "^23.3.0"
|
||||||
cachetools = "^5.3.0"
|
cachetools = "^5.3.0"
|
||||||
material-color-utilities-python = "^0.1.5"
|
#material-color-utilities-python = "^0.1.5"
|
||||||
|
setuptools = "^68.2.2"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|
Loading…
Reference in a new issue