Spaces:
Runtime error
Runtime error
Upload pyproject.toml
Browse files- pyproject.toml +20 -0
pyproject.toml
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
[project]
|
| 2 |
+
name = "repl-nix-workspace"
|
| 3 |
+
version = "0.1.0"
|
| 4 |
+
description = "Add your description here"
|
| 5 |
+
requires-python = ">=3.11"
|
| 6 |
+
dependencies = [
|
| 7 |
+
"fastapi>=0.115.8",
|
| 8 |
+
"numpy>=2.2.3",
|
| 9 |
+
"openai>=1.63.0",
|
| 10 |
+
"passlib[bcrypt]>=1.7.4",
|
| 11 |
+
"plotly>=6.0.0",
|
| 12 |
+
"psycopg2-binary>=2.9.10",
|
| 13 |
+
"python-jose[cryptography]>=3.3.0",
|
| 14 |
+
"python-multipart>=0.0.20",
|
| 15 |
+
"sqlalchemy>=2.0.38",
|
| 16 |
+
"streamlit>=1.42.0",
|
| 17 |
+
"sympy>=1.13.3",
|
| 18 |
+
"twilio>=9.4.5",
|
| 19 |
+
"uvicorn>=0.34.0",
|
| 20 |
+
]
|