Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
1 |
linkedin-jobs-scraper==5.0.1
|
2 |
-
gradio== 4.44.1
|
3 |
pandas
|
4 |
selenium==4.21.0
|
5 |
webdriver_manager
|
|
|
|
|
|
|
|
1 |
linkedin-jobs-scraper==5.0.1
|
|
|
2 |
pandas
|
3 |
selenium==4.21.0
|
4 |
webdriver_manager
|
5 |
+
selenium >=4.0.0, < 5.0.0
|
6 |
+
gradio>=3.40.1
|
7 |
+
Pillow>=8.3.1,<9.0
|