Skip to content
Snippets Groups Projects
Commit 9f481cc9 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Allow core 3.0

parent c7397cb3
No related branches found
No related tags found
No related merge requests found
Pipeline #83141 passed
[tool.poetry]
name = "AlekSIS-App-Untis"
version = "2.3.1.dev0"
version = "3.0.dev0"
packages = [
{ include = "aleksis" }
]
......@@ -41,8 +41,8 @@ python = "^3.9"
mysqlclient = "^2.0.0"
tqdm = "^4.44.1"
defusedxml = "^0.7.0"
aleksis-core = "^2.8"
aleksis-app-chronos = "^2.4"
aleksis-core = "3.0.dev0"
aleksis-app-chronos = "^3.0.dev0"
[tool.poetry.dev-dependencies]
aleksis-builddeps = "*"
......
......@@ -10,7 +10,7 @@ skip_install = true
envdir = {toxworkdir}/globalenv
commands_pre =
poetry install
poetry run aleksis-admin yarn install
poetry run aleksis-admin webpack_bundle
poetry run aleksis-admin collectstatic --no-input
commands =
poetry run pytest --cov=. {posargs} aleksis/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment