Use a custom erlport fork for Python 3.11 compatibility

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-11-21 11:03:54 +01:00
parent 4b264534d6
commit ebc5e70b1f
2 changed files with 2 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ defmodule Mobilizon.Mixfile do
{:paasaa, "~> 0.6.0"},
{:nimble_csv, "~> 1.1"},
{:export, "~> 0.1.0"},
{:erlport, github: "tcitworld/erlport", branch: "0.10.1-compat", override: true},
{:tz_world, "~> 1.0"},
{:tzdata, "~> 1.1"},
{:codepagex, "~> 0.1.6"},