File size: 515 Bytes
47a9eda
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# 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