mirror of
https://github.com/lucaspalomodevelop/eventcally.git
synced 2026-03-13 00:07:22 +00:00
Deployment with docker compose #376
This commit is contained in:
parent
ff710ef987
commit
61f3f5dbaf
@ -18,7 +18,6 @@ depends_on = None
|
||||
|
||||
|
||||
def upgrade():
|
||||
|
||||
bind = op.get_bind()
|
||||
bind.execute(text("create extension if not exists postgis;"))
|
||||
|
||||
|
||||
@ -343,7 +343,6 @@ class LdJsonImporter:
|
||||
image_items = image if isinstance(image, list) else [image]
|
||||
|
||||
for image_item in image_items:
|
||||
|
||||
if isinstance(image_item, str):
|
||||
image_item = {"url": image_item}
|
||||
|
||||
|
||||
@ -398,7 +398,6 @@ def send_referenced_event_changed_mails(event):
|
||||
# Alle Referenzen
|
||||
references = EventReference.query.filter(EventReference.event_id == event.id).all()
|
||||
for reference in references:
|
||||
|
||||
# Alle Mitglieder der AdminUnit, die das Recht haben, Requests zu verifizieren
|
||||
members = get_admin_unit_members_with_permission(
|
||||
reference.admin_unit_id, "reference_request:verify"
|
||||
|
||||
@ -10,13 +10,13 @@ Authlib==0.15.3
|
||||
Babel==2.9.1
|
||||
bcrypt==3.2.0
|
||||
beautifulsoup4==4.9.3
|
||||
black==20.8b1
|
||||
black==23.1.0
|
||||
blinker==1.4
|
||||
certifi==2020.12.5
|
||||
cffi==1.14.4
|
||||
cfgv==3.2.0
|
||||
chardet==3.0.4
|
||||
click==7.1.2
|
||||
click==8.1.3
|
||||
colour==0.1.5
|
||||
coverage==5.5
|
||||
coveralls==2.2.0
|
||||
@ -68,11 +68,12 @@ mistune==0.8.4
|
||||
mypy-extensions==0.4.3
|
||||
nodeenv==1.5.0
|
||||
oauthlib==3.1.0
|
||||
packaging==20.8
|
||||
packaging==23.0
|
||||
passlib==1.7.4
|
||||
pathspec==0.8.1
|
||||
pathspec==0.11.0
|
||||
pilkit==2.0
|
||||
Pillow==9.0.0
|
||||
platformdirs==3.1.0
|
||||
pluggy==0.13.1
|
||||
pre-commit==2.9.3
|
||||
psycopg2-binary==2.8.6
|
||||
@ -106,8 +107,9 @@ SQLAlchemy-Utils==0.36.8
|
||||
swagger-spec-validator==2.7.3
|
||||
TatSu==4.4.0
|
||||
toml==0.10.2
|
||||
typed-ast==1.4.1
|
||||
typing-extensions==3.7.4.3
|
||||
tomli==2.0.1
|
||||
typed-ast==1.5.4
|
||||
typing_extensions==4.5.0
|
||||
urllib3==1.26.5
|
||||
URLObject==2.4.3
|
||||
validators==0.18.2
|
||||
|
||||
@ -11,7 +11,6 @@ def test_import(client, seeder, utils, app, shared_datadir, requests_mock):
|
||||
params = (utils, admin_unit_id, shared_datadir)
|
||||
|
||||
with app.app_context():
|
||||
|
||||
_assert_import_event(
|
||||
params,
|
||||
"facebook.html",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user