Skip to content

Commit

Permalink
Update poetry lock regenarate
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 13, 2025
1 parent 0aeff70 commit 31f2a17
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

60 changes: 30 additions & 30 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,36 @@ authors = [
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"Django (>=5.1.4,<5.2.0)",
"smartmin (>=5.1.0,<5.2.0)",
"rapidpro-dash (>=1.16.0)",
"colorama (>=0.4.3)",
"celery (>=5.1)",
"django-compressor (>=4.0)",
"django-debug-toolbar (>=4.4.6)",
"django-digest (>=1.13)",
"django-rosetta (>=0.8.1)",
"django-storages (>=1.13.2)",
"djangorestframework (>=3.15.2,<3.16.0)",
"dj-database-url (>=0.5.0)",
"Pillow (>=10.2.0)",
"gunicorn (>=22.0.0)",
"sentry-sdk (>=2.8.0)",
"django-redis (>=5.2.0)",
"psycopg (>=3.1.9)",
"xlutils (>=2.0.0)",
"mock (>=2.0.0)",
"pycountry (>=18.5.26)",
"django-countries (>=7.2.1)",
"regex (>=2023.8.8)",
"rapidpro-python (>=2.16.0)",
"feedparser (>=6.0.2)",
"Markdown (>=2.6.11)",
"iso8601 (>=0.1.12)",
"sorl-thumbnail (>=12.9.0)",
"stop_words (>=2018.7.23)",
"boto3 (>=1.27.1)",
"drf-yasg (>=1.21.8)",
"Django ~= 5.1.4",
"smartmin ~= 5.1.0",
"rapidpro-dash ~= 1.16.0",
"colorama ~= 0.4.3",
"celery ~= 5.1",
"django-compressor ~= 4.0",
"django-debug-toolbar ~= 4.4.6",
"django-digest ~= 1.13",
"django-rosetta ~= 0.10.1",
"django-storages ~= 1.14.4",
"djangorestframework ~= 3.15.2",
"dj-database-url ~= 2.3.0",
"Pillow ~= 10.4.0",
"gunicorn ~= 23.0.0",
"sentry-sdk ~= 2.19.2",
"django-redis ~= 5.4.0",
"psycopg ~= 3.2.3",
"xlutils ~= 2.0.0",
"mock ~= 5.1.0",
"pycountry >= 24.5.1",
"django-countries ~= 7.6.1",
"regex ~= 2024.11.6",
"rapidpro-python ~= 2.16.0",
"feedparser ~= 6.0.2",
"Markdown ~= 3.7",
"iso8601 ~= 0.1.12",
"sorl-thumbnail ~= 12.11.0",
"stop_words ~= 2018.7.23",
"boto3 >= 1.27.1",
"drf-yasg ~= 1.21.8",
]


Expand Down

0 comments on commit 31f2a17

Please sign in to comment.