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

Add poetry lock to repo.

parent 90b81428
No related branches found
No related tags found
Loading
......@@ -53,6 +53,3 @@ db.sqlite3
# Sphinx
docs/_build/
# Poetry
poetry.lock
......@@ -6,12 +6,12 @@ from .forms import FAQForm, REBUSForm, FeedbackForm
from datetime import datetime
from dashboard.models import Activity
#from dashboard.models import Activity
from .mailer import send_mail_with_template
from untisconnect.api import get_all_rooms
from dashboard.models import Activity
#from untisconnect.api import get_all_rooms
#from dashboard.models import Activity
def create_info(text):
......
poetry.lock 0 → 100644
This diff is collapsed.
......@@ -20,7 +20,7 @@ classifiers = [
[tool.poetry.dependencies]
python = "^3.7"
AlekSIS = { path = "../../.." }
AlekSIS = { path = "../../../" }
[build-system]
requires = ["poetry>=0.12"]
......
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