Spaces:
Running
Running
Commit
·
747f494
1
Parent(s):
6415f78
Remove unused regex import and update requirements to include Pillow and Pollinations libraries
Browse files- post_blog.py +0 -1
- requirements.txt +2 -0
post_blog.py
CHANGED
@@ -1,4 +1,3 @@
|
|
1 |
-
import re
|
2 |
import os
|
3 |
import requests
|
4 |
import dotenv
|
|
|
|
|
1 |
import os
|
2 |
import requests
|
3 |
import dotenv
|
requirements.txt
CHANGED
@@ -4,3 +4,5 @@ python-dotenv==1.0.1
|
|
4 |
mistune==3.0.2
|
5 |
nbconvert==7.16.4
|
6 |
requests==2.32.3
|
|
|
|
|
|
4 |
mistune==3.0.2
|
5 |
nbconvert==7.16.4
|
6 |
requests==2.32.3
|
7 |
+
pillow==11.0.0
|
8 |
+
pollinations==2.1
|