Spaces:
Paused
Paused
| [project] | |
| name = "ab-ms-core" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.13" | |
| dependencies = [ | |
| "pydantic[email]>=2.11.8", | |
| "pymssql>=2.3.7", | |
| "python-jose>=3.5.0", | |
| "fastapi>=0.100.0", | |
| "uvicorn[standard]>=0.20.0", | |
| "sqlalchemy>=2.0.0", | |
| "pyodbc>=5.0.0", | |
| "python-dotenv>=1.0.0", | |
| "passlib[bcrypt]>=1.7.0", | |
| "alembic>=1.10.0", | |
| "pytest>=7.0.0", | |
| "pytest-asyncio>=0.20.0", | |
| "mypy>=1.0.0", | |
| "ruff>=0.1.0", | |
| "pydantic-settings>=2.0.0", | |
| ] | |