Skip to content

Commit

Permalink
Merge pull request #232 from untari/update-requirement
Browse files Browse the repository at this point in the history
Update uvicorn requirements
  • Loading branch information
mariobehling authored Sep 26, 2024
2 parents f9c7376 + abb8173 commit f82ee69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions server/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# prod
aiofile==3.8.*
aiohttp==3.9.5
aiohttp==3.10.5
beautifulsoup4==4.12.*
celery==5.3.*
channels==4.1.*
Expand All @@ -16,11 +16,11 @@ emoji==2.12.*
icalendar==5.0.*
lxml==5.2.*
matplotlib==3.9.*
numpy==1.26.*
numpy==2.1.*
orjson==3.10.*
openpyxl~=3.1.2
Pillow==10.3.*
pandas==2.1.*
pandas==2.2.*
pdf2image==1.17.*
pdfrw==0.4
pyjwt==2.8.*
Expand All @@ -29,22 +29,22 @@ pytz
redis==5.0.4
reportlab==4.2.*
requests==2.31.*
sentry-sdk==1.30.*
sentry-sdk==2.14.*
tqdm==4.66.*
websockets==12.*

# deploy
psycopg2==2.9.9
gunicorn==21.2.0
uvicorn[standard]==0.26.0
uvicorn[standard]==0.30.6

# dev
daphne==4.1.*
black==23.7
isort==5.13.2
flake8==7.0.0
pytest==8.2.0
pytest-django==4.7.0
pytest-django==4.9.0
pytest-asyncio==0.23.7
pytest-cov==5.0.0
pytest-rerunfailures==14.0
Expand Down

0 comments on commit f82ee69

Please sign in to comment.