-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
meeting: add check function for meeting name length
- Loading branch information
1 parent
0c5ab94
commit 63f3e36
Showing
3 changed files
with
16 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# b3lb v3.1 - Delay update to Django 4.x because of dependencies | ||
Django==3.2.23 | ||
PyGObject==3.46.0 | ||
aiohttp==3.8.6 | ||
boto3==1.28.77 | ||
Django==3.2.25 | ||
PyGObject==3.48.2 | ||
aiohttp==3.9.5 | ||
boto3==1.34.106 | ||
django-extensions==3.2.3 | ||
celery==5.3.4 | ||
celery==5.4.0 | ||
celery-singleton==0.3.1 | ||
django-cacheops==7.0.2 | ||
django-db-file-storage==0.5.5 | ||
django-celery-admin==0.1 | ||
django-celery-beat==2.5.0 | ||
django-celery-beat==2.6.0 | ||
django-celery-results==2.5.1 | ||
django-db-file-storage==0.5.6.1 | ||
django-environ==0.11.2 | ||
django-redis==5.4.0 | ||
django-storages==1.14.2 | ||
django-storages==1.14.3 | ||
intervaltree==3.1.0 | ||
pyjwt==2.8.0 | ||
psycopg2cffi==2.9.0 | ||
requests==2.31.0 | ||
uvicorn[standard]==0.23.2 | ||
uvicorn[standard]==0.29.0 | ||
xmltodict==0.13.0 |
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