requirements-win.txt 434 B

123456789101112131415161718192021222324
  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. peewee==3.17.0
  15. SQLAlchemy==1.4.30
  16. # --- for server ---
  17. aiofiles==23.2.1
  18. python-multipart==0.0.6
  19. starlette==0.32.0
  20. fastapi==0.108.0
  21. fastapi-login==1.9.2
  22. uvicorn==0.13.3
  23. werkzeug==3.0.1
  24. itsdangerous==1.1.0