| # Core Flask dependencies |
| Flask==3.1.1 |
| flask-cors==6.0.0 |
| Flask-SQLAlchemy==3.1.1 |
| Werkzeug==3.1.3 |
|
|
| # Database |
| SQLAlchemy==2.0.41 |
|
|
| # Async and networking |
| aiohttp==3.12.15 |
| aiohappyeyeballs==2.6.1 |
| aiosignal==1.4.0 |
| websockets==15.0.1 |
|
|
| # Utilities |
| attrs==25.3.0 |
| blinker==1.9.0 |
| click==8.2.1 |
| frozenlist==1.7.0 |
| greenlet==3.2.3 |
| idna==3.10 |
| itsdangerous==2.2.0 |
| Jinja2==3.1.6 |
| MarkupSafe==3.0.2 |
| multidict==6.6.3 |
| propcache==0.3.2 |
| typing_extensions==4.14.0 |
| yarl==1.20.1 |
|
|
| # Additional dependencies for VPN management |
| psutil==5.9.8 |
| netifaces==0.11.0 |
|
|
|
|