Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ pytest-alembic==0.12.1
pytest-asyncio==1.3.0
pytest-cov==6.1.1
pytest-mock==3.14.1
pytest==9.0.1
pytest==9.0.3
ruff==0.11.8
types-aiofiles==24.1.0.20250516
types-Authlib==1.5.0.20250516
types-fpdf2==2.8.3.20250516
types-fpdf2==2.8.4.20260408
types-psutil==7.0.0.20250601
types-redis==4.6.0.20241004
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fastapi[standard]==0.122.0
firebase-admin==7.1.0 # Firebase is used for push notification
google-api-python-client==2.187.0
google-auth-oauthlib==1.2.1
helloasso-python==1.0.5
helloasso-python==1.0.8
httpx==0.28.1
icalendar==5.0.13
jellyfish==1.2.1 # String Matching
Expand All @@ -26,11 +26,11 @@ pydantic==2.12.5
pyjwt[crypto]==2.10.1 # generate and verify the JWT tokens, imported as `jwt`
PyMuPDF==1.26.7 # PDF processing, imported as `fitz`
pypdf==6.4.0
python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters
python-multipart==0.0.26 # a form data parser, as oauth flow requires form-data parameters
redis==5.0.8
sqlalchemy-utils == 0.41.2
SQLAlchemy[asyncio]==2.0.44 # [asyncio] allows greenlet to be installed on Apple M1 devices.
SQLAlchemy[asyncio]==2.0.49 # [asyncio] allows greenlet to be installed on Apple M1 devices.
unidecode==1.3.8
uvicorn[standard]==0.30.6
weasyprint==65.1 # HTML to PDF converter
xlsxwriter==3.2.0
xlsxwriter==3.2.9
Loading