internly / pyproject.toml
Sambhavvvvv's picture
Upload 2 files
00750b6 verified
Raw
History Blame Contribute Delete
592 Bytes
[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",
]