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
12 changes: 6 additions & 6 deletions requirements-common.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ calypsso==2.2.1
Faker==37.1.0
fastapi[standard]==0.115.6
firebase-admin==6.5.0 # Firebase is used for push notification
google-auth-oauthlib==1.2.1
helloasso-python==1.0.5
google-auth-oauthlib==1.2.3
helloasso-python==1.0.8
icalendar==5.0.13
jellyfish==1.0.4 # String Matching
Jinja2==3.1.6 # template engine for html files
Expand All @@ -23,13 +23,13 @@ pyjwt[crypto]==2.8.0 # generate and verify the JWT tokens, import
PyMuPDF==1.24.9 # PDF processing, imported as `fitz`
pypdf==4.3.1
python-dotenv==1.0.1 # load environment variables from .env file
python-multipart==0.0.18 # a form data parser, as oauth flow requires form-data parameters
python-multipart==0.0.20 # a form data parser, as oauth flow requires form-data parameters
redis==5.0.8
requests==2.32.4
requests==2.32.5
sqlalchemy-utils == 0.41.2
SQLAlchemy[asyncio]==2.0.32 # [asyncio] allows greenlet to be installed on Apple M1 devices.
SQLAlchemy[asyncio]==2.0.44 # [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
psycopg[binary]==3.1.19 # PostgreSQL adapter for synchronous operations at startup (database initializations & migrations), local installation is recommended for a production site
4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pytest==8.3.5
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.20251031
types-psutil==7.0.0.20250601
types-redis==4.6.0.20241004
types-requests==2.32.0.20250515
types-requests==2.32.4.20250913
Loading