diff --git a/pyproject.toml b/pyproject.toml index bf4345b54a7452130545ad0cf529d438beedecfd..74c0a94a198bd5f7c43987c98e3dfcb287ba1e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.7" -AlekSIS = { path = "../../.." } +AlekSIS = "^2.0a2" feedparser = "^5.2.1" django-feed-reader = "^0.2.1" ics = "^0.7"