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

Allow core 3.0

parent fdfca71b
No related branches found
No related tags found
No related merge requests found
Pipeline #83140 passed
[tool.poetry]
name = "AlekSIS-App-LDAP"
version = "2.2.1.dev0"
version = "3.0.dev0"
packages = [
{ include = "aleksis" }
]
......@@ -40,7 +40,7 @@ secondary = true
python = "^3.9"
django-ldapdb = "^1.4.0"
tqdm = "^4.44.1"
aleksis-core = {version = "^2.0", extras = ["ldap"]}
aleksis-core = {version = "3.0.dev0", extras = ["ldap"]}
python-magic = "^0.4.22"
[tool.poetry.dev-dependencies]
......
......@@ -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