File size: 514 Bytes
e56070a
 
 
14142ac
 
e56070a
 
 
 
 
 
 
 
14142ac
 
e56070a
 
 
76c833c
14142ac
76c833c
14142ac
 
 
 
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 = "email-gatekeeper"
version = "1.0.0"
description = "Intelligent Email Gatekeeper RL Environment"
authors = [{name = "zerogravity"}]
dependencies = [
    "fastapi",
    "uvicorn",
    "gymnasium>=0.29.0",
    "numpy",
    "pydantic",
    "gradio",
    "pyyaml",
    "google-generativeai",
    "openenv-core>=0.2.0"
]
requires-python = ">=3.10"

# --- YE FIX HAI ---
[project.scripts]
server = "server.app:main"

[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"