Merge branch 'setuptools' into 'main'

Setuptools

See merge request sahkoinsinoorikilta/vtmk/web2.0-backend!110
This commit is contained in:
Justus Ojala
2025-09-22 17:45:46 +03:00
3 changed files with 4 additions and 1963 deletions
+1
View File
@@ -12,3 +12,4 @@ node_modules/
*.code-workspace
venv/
.venv/
poetry.lock
Generated
-1961
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -5,7 +5,7 @@ authors = [
description = "Backend for sahkoinsinoorikilta.fi"
name = "web2.0-backend"
readme = "README.md"
requires-python = ">=3.12"
requires-python = "~3.12"
version = "0.1.0"
[virtualenvs]
@@ -47,6 +47,7 @@ six = "^1.12.0"
uWSGI = "^2.0.28"
whitenoise = "^6.2.0"
pyjwt = "^2.9.0"
setuptools = "^80.9.0"
[tool.poetry.group.dev.dependencies]
black = "^25.1.0"