requirements-win.txt 462 B

12345678910111213141516171819202122232425
  1. # --- for base ---
  2. cython==3.0.0a9
  3. pyinstaller==4.10
  4. # --- for libraries ---
  5. pycryptodome==3.18.0
  6. paramiko==2.7.2
  7. apscheduler==3.7.0
  8. # --- for client ---
  9. requests==2.25.1
  10. redis==3.5.3
  11. pymongo==3.11.2
  12. influxdb==5.3.1
  13. pymysql==0.9.3
  14. SQLAlchemy==1.4.30
  15. # --- for server ---
  16. aiofiles==0.6.0
  17. python-multipart==0.0.5
  18. starlette==0.13.6
  19. fastapi==0.64.0
  20. fastapi-login==1.5.2
  21. supervisor==4.2.1
  22. uvicorn==0.13.3
  23. werkzeug==3.0.4
  24. itsdangerous==1.1.0
  25. cryptography==40.0.2