Arafath10 commited on
Commit
df6a783
1 Parent(s): cebdc58

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -7,6 +7,8 @@ from playwright.async_api import async_playwright
7
  from fastapi import FastAPI
8
  import random
9
 
 
 
10
  # Allow nested use of asyncio.run() in Jupyter
11
  #nest_asyncio.apply()
12
 
 
7
  from fastapi import FastAPI
8
  import random
9
 
10
+ import requests
11
+ from bs4 import BeautifulSoup
12
  # Allow nested use of asyncio.run() in Jupyter
13
  #nest_asyncio.apply()
14