forked from rapidpro/rapidpro
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into remove_viewers_pt3
- Loading branch information
Showing
39 changed files
with
1,345 additions
and
1,412 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,60 @@ | ||
[project] | ||
name = "temba" | ||
version = "10.1.4" | ||
version = "10.1.7" | ||
description = "Hosted service for visually building interactive messaging applications" | ||
authors = [ | ||
{"name" = "Nyaruka", "email" = "[email protected]"} | ||
] | ||
readme = "README.md" | ||
requires-python = ">=3.12,<3.13" | ||
dependencies = [] | ||
dependencies = [ | ||
"django ~= 5.1.4", | ||
"django-compressor ~= 4.5.0", | ||
"django-countries ~= 7.6.1", | ||
"django-mptt ~= 0.16.0", | ||
"django-redis ~= 4.12.1", | ||
"django-storages ~= 1.14.4", | ||
"django-timezone-field ~= 6.1.0", | ||
"djangorestframework ~= 3.15.1", | ||
"dj-database-url ~= 0.5.0", | ||
"smartmin ~= 5.1.1", | ||
"celery ~= 5.4.0", | ||
"redis ~= 5.2.0", | ||
"boto3 ~= 1.35.54", | ||
"cryptography ~= 43.0.3", | ||
"vonage ~= 3.17.4", | ||
"pyotp ~= 2.4.1", | ||
"twilio ~= 9.3.7", | ||
"geojson ~= 2.5.0", | ||
"markdown ~= 3.6.0", | ||
"polib ~= 1.2.0", | ||
"python-magic ~= 0.4.22", | ||
"xlsxlite ~= 0.2.0", | ||
"colorama ~= 0.4.6", | ||
"gunicorn ~= 22.0.0", | ||
"iptools ~= 0.7.0", | ||
"iso8601 ~= 0.1.16", | ||
"phonenumbers ~= 8.13.49", | ||
"pycountry ~= 22.3.5", | ||
"python-dateutil ~= 2.9.0", | ||
"packaging ~= 22.0", | ||
"requests-toolbelt ~= 1.0.0", | ||
"chardet ~= 4.0.0", | ||
"openpyxl ~= 3.1.5", | ||
"ffmpeg-python ~= 0.2.0", | ||
"slack-sdk ~= 3.17.0", | ||
"django-formtools ~= 2.5.1", | ||
"pillow ~= 10.4.0", | ||
"django-imagekit ~= 5.0.0", | ||
"iso639-lang ~= 2.2.3", | ||
"google-auth ~= 2.32.0", | ||
|
||
"psycopg[pool] ~= 3.2.1" | ||
] | ||
|
||
[project.urls] | ||
repository = "http://github.com/rapidpro/rapidpro" | ||
|
||
[tool.poetry.dependencies] | ||
Django = "^5.1.4" | ||
django-compressor = "^4.3.1" | ||
django-countries = "^7.0" | ||
django-mptt = "^0.16.0" | ||
django-redis = "^4.12.1" | ||
django-storages = "^1.11.1" | ||
django-timezone-field = "^6.1.0" | ||
djangorestframework = "^3.15.1" | ||
dj-database-url = "^0.5.0" | ||
smartmin = "5.1.1" | ||
celery = "^5.4.0" | ||
redis = "^5.2.0" | ||
boto3 = "^1.35.54" | ||
cryptography = "^43.0.3" | ||
vonage = "3.17.4" | ||
pyotp = "2.4.1" | ||
twilio = "9.3.7" | ||
geojson = "^2.5.0" | ||
Markdown = "^3.3.4" | ||
polib = "^1.1.0" | ||
python-magic = "^0.4.22" | ||
xlsxlite = "^0.2.0" | ||
colorama = "^0.4.6" | ||
gunicorn = "^22.0.0" | ||
iptools = "^0.7.0" | ||
iso8601 = "^0.1.14" | ||
phonenumbers = "^8.13.49" | ||
pycountry = "^22.3.5" | ||
python-dateutil = "^2.9.0" | ||
packaging = "^22.0" | ||
requests-toolbelt = "^1.0.0" | ||
chardet = "^4.0.0" | ||
openpyxl = "^3.1.5" | ||
ffmpeg-python = "^0.2.0" | ||
slack-sdk = "3.17.0" | ||
django-formtools = "^2.4.1" | ||
psycopg = { extras = ["pool"], version = "^3.2.1" } | ||
pillow = "^10.1.0" | ||
django-imagekit = "^5.0.0" | ||
iso639-lang = "^2.2.3" | ||
google-auth = "^2.30.0" | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
black = "^24.4.2" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Generated by Django 5.1.4 on 2025-01-13 14:44 | ||
|
||
from django.db import migrations | ||
|
||
SQL = """ | ||
DROP TRIGGER temba_flowrun_delete ON flows_flowrun; | ||
DROP TRIGGER temba_flowrun_update_flowcategorycount ON flows_flowrun; | ||
DROP FUNCTION temba_flowrun_delete(); | ||
DROP FUNCTION temba_update_flowcategorycount(); | ||
DROP FUNCTION temba_update_category_counts(integer, json, json); | ||
DROP FUNCTION temba_insert_flowcategorycount(integer, text, json, integer); | ||
""" | ||
|
||
|
||
class Migration(migrations.Migration): | ||
|
||
dependencies = [ | ||
("flows", "0355_backfill_new_cat_counts"), | ||
("sql", "0007_squashed"), | ||
] | ||
|
||
operations = [migrations.RunSQL(SQL)] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.