Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Spooker
/
rita
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
rita
/
pyproject.toml
Spooker
Upload 2943 files
c6393bd
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
208 Bytes
[project]
name
=
"rita2api"
version
=
"0.1.0"
requires-python
=
">=3.10"
dependencies
= [
"flask>=3.0.0"
,
"python-dotenv>=1.2.2"
,
"requests>=2.31.0"
,
]
[project.scripts]
rita2api
=
"server:main"