Skip to content

Commit 8e8299d

Browse files
committed
[Chore] Updated requirements.txt for more simplified setup steps
1 parent 72f04b1 commit 8e8299d

1 file changed

Lines changed: 57 additions & 37 deletions

File tree

backend/requirements.txt

Lines changed: 57 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,66 @@
1-
# Core Web Framework
1+
anyio==4.11.0
2+
attrs==25.4.0
3+
base58==2.1.1
4+
bcrypt==3.2.0
5+
bidict==0.23.1
6+
blinker==1.9.0
7+
certifi==2025.10.5
8+
cffi==2.0.0
9+
charset-normalizer==3.4.4
10+
click==8.3.0
11+
coverage==7.11.0
12+
cryptography==44.0.0
13+
Deprecated==1.3.1
14+
dnspython==2.8.0
15+
execnet==2.1.1
216
Flask==3.1.1
317
flask-cors==6.0.1
4-
Flask-SocketIO==5.5.1
18+
Flask-Limiter==3.5.0
519
Flask-Login==0.6.3
6-
python-socketio==5.14.1
7-
Werkzeug==3.1.3
8-
9-
# Database Clients
10-
pymongo==3.13.0
11-
motor==2.5.1
12-
redis==6.2.0
13-
dnspython==2.8.0
14-
15-
# Authentication & Security
20+
Flask-SocketIO==5.5.1
21+
h11==0.14.0
22+
httpcore==0.17.3
23+
httpx==0.24.1
24+
hvac==2.3.0
25+
hypothesis==6.130.11
26+
idna==3.11
27+
iniconfig==2.3.0
28+
itsdangerous==2.2.0
29+
Jinja2==3.1.6
30+
limits==5.6.0
31+
markdown-it-py==4.0.0
32+
MarkupSafe==3.0.3
33+
mdurl==0.1.2
34+
motor==3.7.1
35+
ordered-set==4.1.0
36+
packaging==25.0
37+
passlib==1.7.4
38+
pluggy==1.6.0
39+
pycparser==2.23
40+
pyee==9.1.1
41+
Pygments==2.19.2
1642
PyJWT==2.3.0
17-
bcrypt==3.2.0
43+
pymongo==4.15.3
1844
PyNaCl==1.6.0
19-
cryptography==44.0.0
20-
passlib==1.7.4
21-
hvac==2.3.0
22-
23-
# HTTP & API
24-
requests==2.32.4
25-
httpx==0.24.1
26-
httpcore==0.17.3
27-
28-
# Configuration & Environment
29-
python-dotenv==1.1.1
30-
31-
# Rate Limiting
32-
Flask-Limiter==3.5.0
33-
34-
# ResilientDB Integration
35-
resilient-python-cache==0.1.1
36-
37-
# Testing Dependencies
3845
pytest==8.3.5
3946
pytest-cov==5.0.0
40-
pytest-xdist==3.6.1
4147
pytest-timeout==2.3.1
42-
hypothesis==6.130.11
43-
44-
# Utilities
45-
base58==2.1.1
48+
pytest-xdist==3.6.1
49+
python-dotenv==1.1.1
50+
python-engineio==4.12.3
51+
python-socketio==5.14.1
52+
redis==6.2.0
53+
requests==2.32.4
54+
resilient-python-cache==0.1.1
55+
rich==13.9.4
56+
simple-websocket==1.1.0
4657
simplejson==3.19.3
58+
six==1.17.0
59+
sniffio==1.3.1
60+
sortedcontainers==2.4.0
61+
typing_extensions==4.15.0
62+
urllib3==2.5.0
63+
websockets==10.4
64+
Werkzeug==3.1.3
65+
wrapt==2.0.0
66+
wsproto==1.2.0

0 commit comments

Comments
 (0)