requirements.txt 249 B

12345678910111213141516171819
  1. # Runtime
  2. fastmcp>=2.0.0
  3. fastapi>=0.115.0
  4. uvicorn[standard]>=0.30.0
  5. pydantic>=2.8.0
  6. # Ephemeris computation
  7. pyswisseph>=2.10
  8. jplephem>=2.16
  9. # Satellite tracking
  10. sgp4>=2.22
  11. # Utilities
  12. python-dotenv>=1.0.1
  13. requests>=2.32.0
  14. # Testing
  15. pytest>=8.0.0