CoolFace
Apppublic

Coder19/interview_system

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
pyproject.toml23 linesDownload Raw Back to root
1[project]2name = "be-project"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8    "fastapi==0.95.0",9    "numpy==1.24.3",10    "openai==0.27.7",11    "pandas==2.0.1",12    "passlib[bcrypt]==1.7.4",13    "pillow==9.5.0",14    "pydantic[email]==1.10.7",15    "pymongo==4.3.3",16    "python-dotenv==1.0.0",17    "python-jose[cryptography]==3.3.0",18    "python-multipart==0.0.6",19    "sqlalchemy==2.0.12",20    "transformers==4.28.1",21    "uvicorn==0.21.1",22]23