Update requirements.txt
Browse files- requirements.txt +4 -0
requirements.txt
CHANGED
|
@@ -15,3 +15,7 @@ jinja2>=3.1.3
|
|
| 15 |
python-docx>=1.1.0
|
| 16 |
pydantic>=2.5.0
|
| 17 |
reportlab>=4.0.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
python-docx>=1.1.0
|
| 16 |
pydantic>=2.5.0
|
| 17 |
reportlab>=4.0.4
|
| 18 |
+
|
| 19 |
+
# Database dependencies
|
| 20 |
+
supabase>=1.0.3
|
| 21 |
+
postgrest>=0.10.6
|