hackless123/gmail_sys
0
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"