File size: 592 Bytes
00750b6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
[project]
name = "internscrapper"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
    "app>=0.0.1",
    "apscheduler>=3.11.2",
    "beautifulsoup4>=4.12.0",
    "curl-cffi>=0.15.0",
    "fastapi>=0.136.1",
    "httpx>=0.28.1",
    "openai>=2.38.0",
    "playwright>=1.60.0",
    "playwright-stealth>=2.0.3",
    "psycopg2-binary>=2.9.12",
    "python-dotenv>=1.2.2",
    "selenium>=4.25.0",
    "setuptools",
    "undetected-chromedriver>=3.5.5",
    "uvicorn>=0.47.0",
    "apscheduler",
]