requirements.txt 403 B

123456789101112131415161718192021222324
  1. aiohttp==3.7.4.post0
  2. async-timeout==3.0.1
  3. attrs==20.3.0
  4. certifi==2020.12.5
  5. chardet==4.0.0
  6. click==7.1.2
  7. fastapi==0.63.0
  8. fastapi-camelcase==1.0.2
  9. greenlet==1.0.0
  10. h11==0.12.0
  11. haversine==2.3.0
  12. httptools==0.1.1
  13. idna==2.10
  14. multidict==5.1.0
  15. pydantic==1.8.1
  16. pyhumps==1.6.1
  17. SQLAlchemy==1.4.7
  18. starlette==0.13.6
  19. typing-extensions==3.7.4.3
  20. urllib3==1.26.4
  21. uvicorn==0.13.4
  22. uvloop==0.15.2
  23. websockets==8.1
  24. yarl==1.6.3