CoolFace
Apppublic

hackless123/gmail_sys

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes
pyproject.toml13 linesDownload Raw Back to root
1[project]2name = "gmail-management-env"3version = "0.1.0"4description = "RL environment for Gmail management"5dependencies = [6    "pydantic>=2.0.0",7    "gymnasium>=0.28.1",8    "uvicorn"9]10 11[build-system]12requires = ["setuptools", "wheel"]13build-backend = "setuptools.build_meta"