Skip to content

Commit

Permalink
Merge branch 'development' into setup-attendee-role
Browse files Browse the repository at this point in the history
  • Loading branch information
odkhang authored Dec 9, 2024
2 parents 4278dee + 6302395 commit 946ed21
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
# prod
aiofile==3.8.*
aiohttp==3.10.10
aiofile==3.9.*
aiohttp==3.11.9
beautifulsoup4==4.12.*
celery==5.4.*
channels==4.1.*
channels==4.2.*
channels_redis==4.2.*
Django==4.2.*
django-cors-headers==4.4.*
django-decorator-include==3.0
django-cors-headers==4.6.*
django-decorator-include==3.2
django-extensions==3.2.*
django-formset-js-improved
django-multifactor==0.7.0
django-multifactor==0.7.2
djangorestframework==3.15.*
emoji==2.14.*
icalendar==5.0.*
icalendar==6.1.*
lxml==5.3.*
matplotlib==3.9.*
numpy==2.1.*
orjson==3.10.*
openpyxl~=3.1.4
Pillow==10.4.*
Pillow==11.0.*
pandas==2.2.*
pdf2image==1.17.*
pdfrw==0.4
pyjwt==2.9.*
python-dateutil==2.9.*
pytz
redis==5.1.1
redis==5.2.0
reportlab==4.2.*
requests==2.32.*
sentry-sdk==2.14.*
tqdm==4.66.*
websockets==13.*
websockets==14.*

# deploy
psycopg2==2.9.9
psycopg2==2.9.10
gunicorn==23.0.0
uvicorn[standard]==0.30.6
uvicorn[standard]==0.32.1

# dev
daphne==4.1.*
Expand All @@ -46,7 +46,7 @@ flake8==7.1.1
pytest==8.3.3
pytest-django==4.9.0
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-cov==6.0.0
pytest-rerunfailures==14.0
aioresponses==0.7.6
aioresponses==0.7.7
yappi==1.6.0

0 comments on commit 946ed21

Please sign in to comment.