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
mariobehling authored Dec 16, 2024
2 parents 946ed21 + 08f252b commit e7fdec9
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prod
aiofile==3.9.*
aiohttp==3.11.9
aiohttp==3.11.10
beautifulsoup4==4.12.*
celery==5.4.*
channels==4.2.*
Expand All @@ -16,21 +16,21 @@ emoji==2.14.*
icalendar==6.1.*
lxml==5.3.*
matplotlib==3.9.*
numpy==2.1.*
numpy==2.2.*
orjson==3.10.*
openpyxl~=3.1.4
Pillow==11.0.*
pandas==2.2.*
pdf2image==1.17.*
pdfrw==0.4
pyjwt==2.9.*
pyjwt==2.10.*
python-dateutil==2.9.*
pytz
redis==5.2.0
redis==5.2.1
reportlab==4.2.*
requests==2.32.*
sentry-sdk==2.14.*
tqdm==4.66.*
sentry-sdk==2.19.*
tqdm==4.67.*
websockets==14.*

# deploy
Expand All @@ -43,10 +43,10 @@ daphne==4.1.*
black==24.10.0
isort==5.13.2
flake8==7.1.1
pytest==8.3.3
pytest==8.3.4
pytest-django==4.9.0
pytest-asyncio==0.24.0
pytest-cov==6.0.0
pytest-rerunfailures==14.0
pytest-rerunfailures==15.0
aioresponses==0.7.7
yappi==1.6.0
yappi==1.6.10

0 comments on commit e7fdec9

Please sign in to comment.