| # Web Framework | |
| fastapi==0.104.1 | |
| uvicorn[standard]==0.24.0 | |
| python-multipart==0.0.6 | |
| jinja2==3.1.2 | |
| # Neo4j | |
| neo4j==5.14.1 | |
| py2neo==2021.2.3 | |
| neomodel==5.2.1 | |
| # GraphQL | |
| strawberry-graphql[fastapi]==0.216.1 | |
| graphene==3.3 | |
| # HTTP Clients | |
| requests==2.31.0 | |
| aiohttp==3.9.1 | |
| httpx==0.25.2 | |
| # Data Processing | |
| pandas==2.1.4 | |
| numpy==1.26.2 | |
| biopython==1.81 | |
| # GDC API Client | |
| gdc-client==1.6.1 | |
| # BLAST | |
| biopython==1.81 | |
| # Configuration | |
| pyyaml==6.0.1 | |
| python-dotenv==1.0.0 | |
| # WebSocket | |
| websockets==12.0 | |
| # Database | |
| sqlalchemy==2.0.23 | |
| # Utilities | |
| click==8.1.7 | |
| rich==13.7.0 | |
| tqdm==4.66.1 | |
| # Development | |
| pytest==7.4.3 | |
| pytest-asyncio==0.21.1 | |
| black==23.12.1 | |
| flake8==6.1.0 | |