12345678910111213141516171819202122232425 |
- # --- for base ---
- cython==3.0.0a9
- pyinstaller==4.10
- # --- for libraries ---
- pycryptodome==3.18.0
- paramiko==2.7.2
- apscheduler==3.7.0
- # --- for client ---
- requests==2.25.1
- redis==3.5.3
- pymongo==3.11.2
- influxdb==5.3.1
- pymysql==0.9.3
- SQLAlchemy==1.4.30
- # --- for server ---
- aiofiles==0.6.0
- python-multipart==0.0.5
- starlette==0.13.6
- fastapi==0.64.0
- fastapi-login==1.5.2
- supervisor==4.2.1
- uvicorn==0.13.3
- werkzeug==3.0.4
- itsdangerous==1.1.0
- cryptography==40.0.2
|