
* Created FastAPI application structure * Added database models for assets, exchanges, markets, and rates * Integrated with CoinCap API * Implemented REST API endpoints * Setup SQLite persistence with Alembic migrations * Added comprehensive documentation Generated with BackendIM... (backend.im)
9 lines
225 B
Plaintext
9 lines
225 B
Plaintext
fastapi>=0.103.1,<0.104.0
|
|
uvicorn>=0.23.2,<0.24.0
|
|
pydantic>=2.3.0,<2.4.0
|
|
pydantic-settings>=2.0.3,<2.1.0
|
|
sqlalchemy>=2.0.20,<2.1.0
|
|
alembic>=1.12.0,<1.13.0
|
|
httpx>=0.24.1,<0.25.0
|
|
ruff>=0.0.287,<0.1.0
|
|
python-dotenv>=1.0.0,<1.1.0 |